Completed
Push — v3 ( 8d65fc...320a43 )
by Fèvre
03:08
created
src/Controller/NotificationsController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace App\Controller;
3 3
 
4
-use Cake\Core\Configure;
5
-use Cake\Event\Event;
6 4
 use Cake\Network\Exception\NotFoundException;
7 5
 
8 6
 class NotificationsController extends AppController
Please login to merge, or discard this patch.
src/Model/Entity/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Cake\Auth\DefaultPasswordHasher;
5 5
 use Cake\Core\Configure;
6
-use Cake\I18n\Time;
7 6
 use Cake\ORM\Entity;
8 7
 use Cake\ORM\TableRegistry;
9 8
 use HTMLPurifier;
Please login to merge, or discard this patch.