add gates for users routes

This commit is contained in:
2025-12-17 16:14:19 +01:00
parent ae81344fe2
commit 4c3647fe30
5 changed files with 49 additions and 7 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
namespace App\Http\Controllers;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
abstract class Controller
{
//
use AuthorizesRequests;
}