Skip to content

Commit 09b4e4e

Browse files
committed
Mark base controller as abstract
1 parent ab49ea4 commit 09b4e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Controller.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Illuminate\Foundation\Validation\ValidatesRequests;
77
use Illuminate\Routing\Controller as BaseController;
88

9-
class Controller extends BaseController
9+
abstract class Controller extends BaseController
1010
{
1111
use AuthorizesRequests, ValidatesRequests;
1212
}

0 commit comments

Comments
 (0)