mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update providers and alias to use October Validator service
This commit is contained in:
parent
5c8f567323
commit
c3a5780d37
@ -29,7 +29,6 @@ return [
|
||||
'Storage' => Illuminate\Support\Facades\Storage::class,
|
||||
'Url' => Illuminate\Support\Facades\URL::class, // Preferred
|
||||
'URL' => Illuminate\Support\Facades\URL::class,
|
||||
'Validator' => Illuminate\Support\Facades\Validator::class,
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
|
||||
/*
|
||||
@ -52,6 +51,7 @@ return [
|
||||
'Twig' => October\Rain\Support\Facades\Twig::class,
|
||||
'DbDongle' => October\Rain\Support\Facades\DbDongle::class,
|
||||
'Schema' => October\Rain\Support\Facades\Schema::class,
|
||||
'Validator' => October\Rain\Support\Facades\Validator::class,
|
||||
'Cms' => Cms\Facades\Cms::class,
|
||||
'Backend' => Backend\Facades\Backend::class,
|
||||
'BackendMenu' => Backend\Facades\BackendMenu::class,
|
||||
|
@ -16,7 +16,6 @@ return [
|
||||
Illuminate\Pipeline\PipelineServiceProvider::class,
|
||||
Illuminate\Queue\QueueServiceProvider::class,
|
||||
Illuminate\Session\SessionServiceProvider::class,
|
||||
Illuminate\Validation\ValidationServiceProvider::class,
|
||||
Illuminate\View\ViewServiceProvider::class,
|
||||
Laravel\Tinker\TinkerServiceProvider::class,
|
||||
|
||||
@ -36,5 +35,6 @@ return [
|
||||
October\Rain\Mail\MailServiceProvider::class,
|
||||
October\Rain\Argon\ArgonServiceProvider::class,
|
||||
October\Rain\Redis\RedisServiceProvider::class,
|
||||
October\Rain\Validation\ValidationServiceProvider::class,
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user