@@ -21,7 +21,7 @@ |
||
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'), |