From f014a35af7e2e599c948678f09b46317a56213e8 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 1 Sep 2022 08:58:12 +0200 Subject: [PATCH] Don't specify full namespace for Tenant model annotation --- tests/BootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index 5e101758..fadef050 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -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);