diff --git a/src/Illuminate/Foundation/Console/Optimize/config.php b/src/Illuminate/Foundation/Console/Optimize/config.php index fe8876560e6f..d0439fa187cb 100644 --- a/src/Illuminate/Foundation/Console/Optimize/config.php +++ b/src/Illuminate/Foundation/Console/Optimize/config.php @@ -15,6 +15,7 @@ $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Config/Repository.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Events/Dispatcher.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Htmlable.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/Factory.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/QueueingFactory.php', @@ -30,13 +31,18 @@ $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageBag.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/View/View.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Http/Kernel.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Factory.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Guard.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/StatefulGuard.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/SupportsBasicAuth.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Access/Gate.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Hashing/Hasher.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/CreatesUserProviders.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/Access/HandlesAuthorization.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/UserProvider.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Container/Container.php', @@ -56,6 +62,7 @@ $basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RedirectsUsers.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RegistersUsers.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/ResetsPasswords.php', + $basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/ThrottlesLogins.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Http/Request.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Http/Middleware/FrameGuard.php', $basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php',