mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26: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 $image;
|
||||||
private $advRepository;
|
private $advRepository;
|
||||||
private $customFieldRepository;
|
|
||||||
private $cfvalueModel;
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
SettingRepositoryInterface $repository,
|
SettingRepositoryInterface $repository,
|
||||||
Image $image,
|
Image $image,
|
||||||
AdvRepositoryInterface $advRepository,
|
AdvRepositoryInterface $advRepository,
|
||||||
CustomFieldRepositoryInterface $customFieldRepository,
|
|
||||||
CfvalueModel $cfvalueModel
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
$this->settings = $repository;
|
$this->settings = $repository;
|
||||||
$this->image = $image;
|
$this->image = $image;
|
||||||
$this->advRepository = $advRepository;
|
$this->advRepository = $advRepository;
|
||||||
$this->customFieldRepository = $customFieldRepository;
|
|
||||||
$this->cfvalueModel = $cfvalueModel;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getAdvsModel()
|
public function getAdvsModel()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user