mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
alibaba-theme minor chanced
This commit is contained in:
parent
662a9ac87b
commit
86c513d7f9
@ -17,22 +17,16 @@ class AdvCriteria extends EntryCriteria
|
||||
|
||||
private $image;
|
||||
private $advRepository;
|
||||
private $customFieldRepository;
|
||||
private $cfvalueModel;
|
||||
|
||||
public function __construct(
|
||||
SettingRepositoryInterface $repository,
|
||||
Image $image,
|
||||
AdvRepositoryInterface $advRepository,
|
||||
CustomFieldRepositoryInterface $customFieldRepository,
|
||||
CfvalueModel $cfvalueModel
|
||||
)
|
||||
{
|
||||
$this->settings = $repository;
|
||||
$this->image = $image;
|
||||
$this->advRepository = $advRepository;
|
||||
$this->customFieldRepository = $customFieldRepository;
|
||||
$this->cfvalueModel = $cfvalueModel;
|
||||
}
|
||||
|
||||
public function getAdvsModel()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user