chg: [users] Removed useless imports
parent
6e497d1a23
commit
4089623eaa
|
@ -2,10 +2,7 @@
|
||||||
namespace App\Controller;
|
namespace App\Controller;
|
||||||
|
|
||||||
use App\Controller\AppController;
|
use App\Controller\AppController;
|
||||||
use Cake\Utility\Hash;
|
|
||||||
use Cake\Utility\Text;
|
|
||||||
use Cake\ORM\TableRegistry;
|
use Cake\ORM\TableRegistry;
|
||||||
use \Cake\Database\Expression\QueryExpression;
|
|
||||||
use Cake\Http\Exception\UnauthorizedException;
|
use Cake\Http\Exception\UnauthorizedException;
|
||||||
use Cake\Http\Exception\MethodNotAllowedException;
|
use Cake\Http\Exception\MethodNotAllowedException;
|
||||||
use Cake\Core\Configure;
|
use Cake\Core\Configure;
|
||||||
|
|
Loading…
Reference in New Issue