fix: add missing imports and safety checks to Horizon/Pulse gates
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
idevakk
2026-03-10 01:15:28 +05:30
parent a9c6a15afd
commit f3c5a886ca
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
namespace App\Providers;
use App\Models\User;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider