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