ValidationException should be aliased. System and Application should probably be aliased too.
This commit is contained in:
parent
0e3d909bd0
commit
9197dbed59
|
|
@ -51,5 +51,5 @@ return [
|
|||
'Backend' => 'Backend\Facades\Backend',
|
||||
'BackendMenu' => 'Backend\Facades\BackendMenu',
|
||||
'BackendAuth' => 'Backend\Facades\BackendAuth',
|
||||
|
||||
'ValidationException' => 'October\Rain\Support\ValidationException',
|
||||
];
|
||||
Loading…
Reference in New Issue