Missing use statement
This commit is contained in:
parent
b83abdb156
commit
00998f93ca
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
use Lang;
|
||||
use Backend;
|
||||
use ApplicationException;
|
||||
use Backend\Classes\ControllerBehavior;
|
||||
|
||||
/**
|
||||
|
|
@ -263,4 +264,4 @@ class ReorderController extends ControllerBehavior
|
|||
return $contents;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue