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
+1
View File
@@ -2,4 +2,5 @@
return [
App\Providers\AppServiceProvider::class,
App\Providers\GateServiceProvider::class,
];