ValidationException should be aliased. System and Application should probably be aliased too.

This commit is contained in:
Sam Georges 2014-09-03 19:46:28 +10:00
parent 0e3d909bd0
commit 9197dbed59
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ return [
'Backend' => 'Backend\Facades\Backend',
'BackendMenu' => 'Backend\Facades\BackendMenu',
'BackendAuth' => 'Backend\Facades\BackendAuth',
'ValidationException' => 'October\Rain\Support\ValidationException',
];