diff --git a/src/AppInterfaceProvider.php b/src/AppInterfaceProvider.php index 8a14a87d..8fc31e15 100644 --- a/src/AppInterfaceProvider.php +++ b/src/AppInterfaceProvider.php @@ -16,7 +16,10 @@ class AppInterfaceProvider implements { public static function getClassLikeNames() : array { - return [\Illuminate\Contracts\Foundation\Application::class]; + return [ + \Illuminate\Contracts\Foundation\Application::class, + \Illuminate\Contracts\Container\Container::class + ]; } /**