mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Don't specify full namespace for Tenant model annotation
This commit is contained in:
parent
c7db232f0c
commit
f014a35af7
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ test('create and delete storage symlinks jobs work', function() {
|
|||
'tenancy.filesystem.url_override.public' => 'public-%tenant_id%'
|
||||
]);
|
||||
|
||||
/** @var \Stancl\Tenancy\Database\Models\Tenant $tenant */
|
||||
/** @var Tenant $tenant */
|
||||
$tenant = Tenant::create();
|
||||
|
||||
tenancy()->initialize($tenant);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue