Skip to content

Commit

Permalink
Mark base controller as abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 18, 2024
1 parent 5a0e6e2 commit 961d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;

class Controller extends BaseController
abstract class Controller extends BaseController
{
use AuthorizesRequests, ValidatesRequests;
}

0 comments on commit 961d2bd

Please sign in to comment.