Esempio n. 1
0
 public function __construct(Model $model)
 {
     $this->store = $model->find(1);
 }
Esempio n. 2
0
 public function __construct(StoreInterface $store)
 {
     $this->store = $store->find(1);
     return $this->properties();
 }