Esempio n. 1
0
 public function make($producible)
 {
     return new $producible($this->user, is_a($producible, Scope::class, true) ? $this->record->baseScope() : $this->record);
 }