mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update filament + change admin access class to ad
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
<?php
|
||||
namespace App\Auth;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Auth\GuardHelpers;
|
||||
use Illuminate\Contracts\Auth\Authenticatable;
|
||||
use Illuminate\Contracts\Auth\Guard;
|
||||
use Illuminate\Contracts\Auth\UserProvider;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\App;
|
||||
|
||||
class NexusWebGuard implements Guard
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user