diff --git a/src/TenancyServiceProvider.php b/src/TenancyServiceProvider.php index 065a0f15..94c6254f 100644 --- a/src/TenancyServiceProvider.php +++ b/src/TenancyServiceProvider.php @@ -60,7 +60,7 @@ class TenancyServiceProvider extends ServiceProvider public function setTelescopeTags() { Telescope::tag(function (\Laravel\Telescope\IncomingEntry $entry) { - $tags = $this->integration('telescope', $entry); + $tags = $this->app->make(TenantManager::class)->integration('telescope', $entry); if (\in_array('tenancy', request()->route()->middleware())) { $tags = \array_merge($tags, [