Completed
Push — master ( bd812e...8a5db9 )
by Manu
09:46 queued 06:33
created
src/Http/Controllers/Brand_ModelController.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\Brand_Model;
6 5
 use Illuminate\Http\Request;
7 6
 
8 7
 class Brand_ModelController extends Controller
Please login to merge, or discard this patch.
src/Http/Controllers/ExportController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use App\Inventory;
6
-use Auth;
7 6
 use Excel;
8 7
 use Illuminate\Http\Request;
9 8
 use Illuminate\Support\Facades\DB;
Please login to merge, or discard this patch.
src/Http/Controllers/Material_TypeController.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\Material_Type;
6 5
 use Illuminate\Http\Request;
7 6
 
8 7
 class Material_TypeController extends Controller
Please login to merge, or discard this patch.
src/Models/Brand_ModelController.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\Brand_Model;
6 5
 use Illuminate\Http\Request;
7 6
 
8 7
 class Brand_ModelController extends Controller
Please login to merge, or discard this patch.
src/Models/ExportController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use App\Inventory;
6
-use Auth;
7 6
 use Excel;
8 7
 use Illuminate\Http\Request;
9 8
 use Illuminate\Support\Facades\DB;
Please login to merge, or discard this patch.
src/Models/Material_TypeController.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\Material_Type;
6 5
 use Illuminate\Http\Request;
7 6
 
8 7
 class Material_TypeController extends Controller
Please login to merge, or discard this patch.