Completed
Push — develop ( 033e04...96a0e5 )
by Greg
03:36 queued 01:39
created
app/Account.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 Illuminate\Database\Eloquent\Model;
6 6
 use App\User;
7
-
8 7
 use WhiteHat101\Crypt\APR1_MD5;
9 8
 
10 9
 class Account extends Model
Please login to merge, or discard this patch.
app/Console/Commands/UpdateAccounts.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 Illuminate\Console\Command;
6 6
 use App\Account;
7
-use Storage;
8 7
 
9 8
 class UpdateAccounts extends Command
10 9
 {
Please login to merge, or discard this patch.
app/Http/Controllers/InstallerController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use Validator;
6 6
 use Illuminate\Http\Request;
7 7
 use Illuminate\Routing\Redirector;
8
-use Illuminate\Support\Facades\Artisan;
9
-use App\Http\Requests;
10 8
 use App\Http\Helpers\Installer\DatabaseManager;
11 9
 use App\Http\Helpers\Installer\EnvironmentManager;
12 10
 use App\Http\Helpers\Installer\PermissionsChecker;
Please login to merge, or discard this patch.
app/Http/Controllers/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Http\Controllers;
4 4
 
5
-use App\User;
6 5
 use Auth;
7 6
 
8 7
 class UserController extends Controller
Please login to merge, or discard this patch.