Commit 907bf7ecac4a6b17cbd74462debc5cfbdeb93282
1 parent
5db8276a
Exists in
master
and in
3 other branches
inutile
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
src/Controller/Component/LdapAuthComponent.php
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | namespace App\Controller\Component; | 2 | namespace App\Controller\Component; |
3 | 3 | ||
4 | use Cake\Controller\Component\AuthComponent; | 4 | use Cake\Controller\Component\AuthComponent; |
5 | -use Cake\Core\Exception\Exception; | 5 | +use Cake\Core\Exception\Exception; |
6 | use Cake\ORM\TableRegistry; | 6 | use Cake\ORM\TableRegistry; |
7 | 7 | ||
8 | class LdapAuthComponent extends AuthComponent { | 8 | class LdapAuthComponent extends AuthComponent { |