Exemplo n.º 1
0
 public function destroy($id)
 {
     if (Auth::hasPermission('delete')) {
         $this->roles->remove($id);
     }
 }