Completed
Push — master ( 2f51b9...5a5df7 )
by Corentin
23:21
created
app/Http/Controllers/InstallController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use App\Http\Requests;
6 5
 use App\User;
7
-use Config;
8 6
 use DateTimeZone;
9 7
 use Exception;
10 8
 use Hash;
@@ -12,8 +10,6 @@  discard block
 block discarded – undo
12 10
 use Illuminate\Support\Facades\Artisan;
13 11
 use PDO;
14 12
 use PDOException;
15
-use Session;
16
-use URL;
17 13
 
18 14
 class InstallController extends Controller
19 15
 {
Please login to merge, or discard this patch.
app/Http/Controllers/SnapshotController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use App\Exceptions\RepositoryException;
4
-use App\Repositories\SnapshotDetailsRepository;
5 3
 use App\Repositories\SnapshotRepository;
6 4
 use Input;
7 5
 use Response;
Please login to merge, or discard this patch.