Completed
Push — master ( 7548f0...adb5f1 )
by Nasrul Hazim
01:57
created
src/OpenPayrollServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         /*
22 22
          * Migration
23 23
          */
24
-        if (! class_exists('CreatePayrollTable')) {
24
+        if (!class_exists('CreatePayrollTable')) {
25 25
             $this->publishes([
26 26
                 __DIR__ . '/../database/migrations/create_payroll_table.php.stub' => database_path('migrations/' . date('Y_m_d_His', time()) . '_create_payroll_table.php'),
27 27
                 __DIR__ . '/../database/migrations/create_positions.php.stub' => database_path('migrations/' . date('Y_m_d_His', time()) . '_create_positions.php'),
Please login to merge, or discard this patch.