Beispiel #1
0
 public function delete()
 {
     if (!Auth::canDelete($this->page)) {
         abort(403);
     }
 }