diff --git a/src/helpers.php b/src/helpers.php index 5794a000..903c5c40 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -30,7 +30,7 @@ if (! function_exists('tenant')) { return app(Tenant::class); } - return app(Tenant::class)?->getAttribute($key); + return app(Tenant::class)->getAttribute($key); } }