Esempio n. 1
0
 protected function findByName($name)
 {
     return $this->product->withTrashed()->where('name', $name)->first();
 }