mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Update TenantUserImpersonationTest.php
This commit is contained in:
parent
322b84da14
commit
ff79b55ada
1 changed files with 0 additions and 11 deletions
|
|
@ -4,9 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
use Carbon\Carbon;
|
||||
use Carbon\CarbonInterval;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\Str;
|
||||
use Illuminate\Auth\TokenGuard;
|
||||
use Illuminate\Auth\SessionGuard;
|
||||
|
|
@ -336,11 +333,3 @@ class AnotherImpersonationUser extends Authenticable
|
|||
|
||||
protected $table = 'users';
|
||||
}
|
||||
|
||||
class Admin extends Authenticable
|
||||
{
|
||||
protected $guarded = [];
|
||||
public $timestamps = false;
|
||||
|
||||
protected $table = 'users';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue