diff --git a/src/Foundation/InstalledSite.php b/src/Foundation/InstalledSite.php index 712c2ca4e..8e516ef0b 100644 --- a/src/Foundation/InstalledSite.php +++ b/src/Foundation/InstalledSite.php @@ -146,12 +146,12 @@ class InstalledSite implements SiteInterface $laravel->register(ExtensionServiceProvider::class); - $laravel->boot(); - foreach ($this->extenders as $extension) { $extension->extend($laravel); } + $laravel->boot(); + return $laravel; }