Completed
Push — master ( b85348...d9d6b1 )
by Nasrul Hazim
02:05
created
src/OpenPayrollServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     public function register()
59 59
     {
60 60
         $this->mergeConfigFrom(
61
-             __DIR__ . '/../config/open-payroll.php', 'open-payroll'
61
+                __DIR__ . '/../config/open-payroll.php', 'open-payroll'
62 62
         );
63 63
     }
64 64
 }
Please login to merge, or discard this patch.
stubs/Http/Controllers/OpenPayroll/SettingController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,6 @@
 block discarded – undo
9 9
 {
10 10
     public function __invoke(Request $request)
11 11
     {
12
-    	return view('settings.index');
12
+        return view('settings.index');
13 13
     }
14 14
 }
Please login to merge, or discard this patch.