Completed
Push — master ( 0af765...4a87b5 )
by claudio
03:49
created
app/Http/Controllers/Companies/EmployeesController.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace plunner\Http\Controllers\Employees;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-
7
-use plunner\Http\Requests;
8 6
 use plunner\Http\Controllers\Controller;
9 7
 
10 8
 class GroupsController extends Controller
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
      */
21 21
     public function __construct()
22 22
     {
23
-        config(['auth.model' => \plunner\Company::class]);
24
-        config(['jwt.user' => \plunner\Company::class]);
23
+        config([ 'auth.model' => \plunner\Company::class ]);
24
+        config([ 'jwt.user' => \plunner\Company::class ]);
25 25
         $this->middleware('jwt.authandrefresh:mode-cn');
26 26
     }
27 27
 
Please login to merge, or discard this patch.