Skip to content

Commit

Permalink
Merge pull request #31 from musimana/feature/SlimBaseController
Browse files Browse the repository at this point in the history
Slim Base Controller
  • Loading branch information
musimana authored Mar 30, 2024
2 parents 8b4489c + 0142681 commit fff6751
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

namespace App\Http\Controllers;

use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Routing\Controller as BaseController;

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

0 comments on commit fff6751

Please sign in to comment.