コード例 #1
0
ファイル: SiteProperties.php プロジェクト: redsketch/shopcms
 public function __construct(Model $model)
 {
     $this->store = $model->find(1);
 }
コード例 #2
0
ファイル: SiteProperties.php プロジェクト: redsketch/shopcms
 public function __construct(StoreInterface $store)
 {
     $this->store = $store->find(1);
     return $this->properties();
 }