Work on cards

This commit is contained in:
2023-12-08 23:54:21 +05:00
parent a4265e488c
commit 63e264805a
15 changed files with 299 additions and 98 deletions

View File

@@ -2,9 +2,8 @@
namespace App\Policies\System\Logs;
use Laravel\Nova\Actions\ActionEvent;
use App\Models\User;
use Illuminate\Auth\Access\Response;
use Laravel\Nova\Actions\ActionEvent;
class ActionEventPolicy
{
@@ -28,7 +27,7 @@ class ActionEventPolicy
if ($user->isAdmin()) {
return true;
}
return false;
}