mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Proxy ConsoleSupportServiceProvider properly
Refs https://github.com/octobercms/october/pull/3353 Refs https://github.com/octobercms/october/issues/3321 Refs https://github.com/octobercms/october/pull/3328 Refs https://github.com/octobercms/october/issues/3359
This commit is contained in:
parent
3c50849eb7
commit
4eab0670c4
@ -48,7 +48,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
"php artisan october:env",
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
|
@ -8,7 +8,6 @@ return [
|
||||
Illuminate\Broadcasting\BroadcastServiceProvider::class,
|
||||
Illuminate\Bus\BusServiceProvider::class,
|
||||
Illuminate\Cache\CacheServiceProvider::class,
|
||||
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
|
||||
Illuminate\Cookie\CookieServiceProvider::class,
|
||||
Illuminate\Encryption\EncryptionServiceProvider::class,
|
||||
Illuminate\Foundation\Providers\FoundationServiceProvider::class,
|
||||
@ -25,6 +24,7 @@ return [
|
||||
/*
|
||||
* October Rain providers
|
||||
*/
|
||||
October\Rain\Foundation\Providers\ConsoleSupportServiceProvider::class,
|
||||
October\Rain\Database\DatabaseServiceProvider::class,
|
||||
October\Rain\Halcyon\HalcyonServiceProvider::class,
|
||||
October\Rain\Filesystem\FilesystemServiceProvider::class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user