Missing use statement

This commit is contained in:
Alexander Guth 2015-09-29 14:09:23 +02:00
parent b83abdb156
commit 00998f93ca
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
use Lang;
use Backend;
use ApplicationException;
use Backend\Classes\ControllerBehavior;
/**
@ -263,4 +264,4 @@ class ReorderController extends ControllerBehavior
return $contents;
}
}
}