Skip to content

Commit 9903b19

Browse files
committed
Don't extend Controller
1 parent 38b9223 commit 9903b19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controllers/BaseController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php namespace Barryvdh\Debugbar\Controllers;
22

33
use Barryvdh\Debugbar\LaravelDebugbar;
4-
use Illuminate\Routing\Controller;
54

6-
class BaseController extends Controller
5+
class BaseController
76
{
87
/**
98
* The laravel debugbar instance.

0 commit comments

Comments
 (0)