Completed
Push — master ( 6b3a24...b90a02 )
by Joao
10:27
created
src/Controllers/CategoryController.php 1 patch
Unused Use Statements   +6 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,11 @@
 block discarded – undo
1 1
 <?php namespace jlourenco\blog\Controllers;
2 2
 
3
-use Illuminate\Http\Request;
4
-use App\Http\Requests;
5
-use App\Http\Controllers\Controller;
6
-use Blog;
7
-use Sentinel;
8
-use Searchy;
9
-use Validator;
10
-use Input;
11
-use Base;
12
-use Redirect;
3
+use App\Http\Controllers\Controller;
4
+use Blog;
5
+use Validator;
6
+use Input;
7
+use Base;
8
+use Redirect;
13 9
 use Lang;
14 10
 
15 11
 class CategoryController extends Controller
Please login to merge, or discard this patch.
src/Controllers/PostController.php 1 patch
Unused Use Statements   +7 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,12 @@
 block discarded – undo
1 1
 <?php namespace jlourenco\blog\Controllers;
2 2
 
3
-use Illuminate\Http\Request;
4
-use App\Http\Requests;
5
-use App\Http\Controllers\Controller;
6
-use Blog;
7
-use Sentinel;
8
-use Searchy;
9
-use Validator;
10
-use Input;
11
-use Base;
12
-use Redirect;
3
+use App\Http\Controllers\Controller;
4
+use Blog;
5
+use Sentinel;
6
+use Validator;
7
+use Input;
8
+use Base;
9
+use Redirect;
13 10
 use Lang;
14 11
 
15 12
 class PostController extends Controller
Please login to merge, or discard this patch.