@@ -3,11 +3,9 @@ |
||
| 3 | 3 | * for license information see LICENSE.md |
| 4 | 4 | ***************************************************************************/ |
| 5 | 5 | |
| 6 | -use Oc\FieldNotes\Entity\FieldNote; |
|
| 7 | 6 | use Oc\FieldNotes\Enum\LogType as FieldNotesLogType; |
| 8 | 7 | use Oc\FieldNotes\Persistence\FieldNoteEntity; |
| 9 | 8 | use Oc\FieldNotes\Persistence\FieldNoteService; |
| 10 | -use Oc\GeoCache\Entity\GeocacheLog; |
|
| 11 | 9 | use Oc\GeoCache\Enum\GeoCacheType; |
| 12 | 10 | use Oc\GeoCache\Enum\LogType as GeoCacheLogType; |
| 13 | 11 | use Oc\GeoCache\Enum\NeedMaintenance; |
@@ -3,8 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Oc\Security; |
| 5 | 5 | |
| 6 | -use Doctrine\ORM\EntityManagerInterface; |
|
| 7 | -use Oc\User\UserEntity; |
|
| 8 | 6 | use Oc\User\UserRepository; |
| 9 | 7 | use Symfony\Component\HttpFoundation\RedirectResponse; |
| 10 | 8 | use Symfony\Component\HttpFoundation\Request; |