mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Add laravel-theme support for future usage
This commit is contained in:
@@ -164,6 +164,7 @@ return [
|
||||
Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider::class,
|
||||
Orangehill\Iseed\IseedServiceProvider::class,
|
||||
Intervention\Image\ImageServiceProvider::class,
|
||||
Igaster\LaravelTheme\themeServiceProvider::class,
|
||||
|
||||
],
|
||||
|
||||
@@ -214,6 +215,7 @@ return [
|
||||
'URL' => Illuminate\Support\Facades\URL::class,
|
||||
'Validator' => Illuminate\Support\Facades\Validator::class,
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
'Theme' => Igaster\LaravelTheme\Facades\Theme::class,
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user