Completed
Push — master ( 8c09a2...fb738c )
by Alexandr
07:39
created
src/Traits/AdminMethodsEdit.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Larrock\Core\Traits;
4 4
 
5
-use View;
6 5
 use JsValidator;
7 6
 use Larrock\Core\Component;
7
+use View;
8 8
 
9 9
 trait AdminMethodsEdit
10 10
 {
Please login to merge, or discard this patch.
src/Traits/AdminMethodsCreate.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Larrock\Core\Traits;
4 4
 
5
-use Larrock\Core\Component;
6 5
 use Illuminate\Http\Request;
6
+use Larrock\Core\Component;
7 7
 use Larrock\Core\Helpers\MessageLarrock;
8 8
 
9 9
 trait AdminMethodsCreate
Please login to merge, or discard this patch.