Skip to content

Commit

Permalink
Proxy ConsoleSupportServiceProvider properly
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Jan 24, 2018
1 parent a0fe885 commit ae96147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
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,
Expand All @@ -25,6 +24,7 @@
/*
* October Rain providers
*/
October\Rain\Foundation\Providers\ConsoleSupportServiceProvider::class,
October\Rain\Database\DatabaseServiceProvider::class,
October\Rain\Halcyon\HalcyonServiceProvider::class,
October\Rain\Filesystem\FilesystemServiceProvider::class,
Expand Down

0 comments on commit ae96147

Please sign in to comment.