Skip to content

Commit 44b8c7c

Browse files
committed
Mark base controller as abstract
1 parent c7b20ec commit 44b8c7c

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
@@ -17,7 +17,7 @@
1717
use Illuminate\Foundation\Validation\ValidatesRequests;
1818
use Illuminate\Routing\Controller as BaseController;
1919

20-
class Controller extends BaseController
20+
abstract class Controller extends BaseController
2121
{
2222
use AuthorizesRequests;
2323
use ValidatesRequests;

0 commit comments

Comments
 (0)