Skip to content

Commit

Permalink
Create EventController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored Jun 15, 2017
1 parent ff0171b commit a452a48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controllers/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class EventController extends Controller
*/
public function index()
{
$this->authorize('view', Event::class);

return view('laralum_events::laralum.index', [
'events' => Event::orderBy('id', 'desc')->paginate(50),
]);
Expand Down

0 comments on commit a452a48

Please sign in to comment.