This commit is contained in:
Irwan Cahyono 2026-03-17 13:18:32 +07:00
parent 6547418c21
commit 744c38ba83

View File

@ -7,6 +7,7 @@
use Laravel\Telescope\IncomingEntry;
use Laravel\Telescope\Telescope;
use Laravel\Telescope\TelescopeApplicationServiceProvider;
use App\Enums\Role;
class TelescopeServiceProvider extends TelescopeApplicationServiceProvider
{