Exemplo n.º 1
0
 public function __construct(Request $request)
 {
     parent::__construct();
     $this->item = Tag::withTrashed()->find($request->id);
     return $this;
 }