1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 01:14:04 +00:00

Don't specify full namespace for Tenant model annotation

This commit is contained in:
lukinovec 2022-09-01 08:58:12 +02:00
parent c7db232f0c
commit f014a35af7

View file

@ -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);