示例#1
0
 public function __construct(Model $model)
 {
     $this->store = $model->find(1);
 }
示例#2
0
 public function __construct(StoreInterface $store)
 {
     $this->store = $store->find(1);
     return $this->properties();
 }