Completed
Pull Request — develop (#38)
by Neil
06:20
created
app/Api/Controllers/NotificationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Dingo\Api\Http;
6 6
 use Dingo\Api\Routing\Helpers;
7
-use App\User;
8 7
 use App\Notification;
9 8
 use App\NotificationAttrib;
10 9
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.
app/Http/Controllers/NotificationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Dingo\Api\Http;
6 6
 use Dingo\Api\Routing\Helpers;
7 7
 use Illuminate\Http\Request;
8
-use JavaScript;
9 8
 
10 9
 class NotificationController extends Controller
11 10
 {
Please login to merge, or discard this patch.