|
@@ -12,9 +12,9 @@ |
|
|
block discarded – undo |
|
12
|
12
|
__DIR__ . '/../config/settings.php' => config_path('settings.php'), |
|
13
|
13
|
], 'config'); |
|
14
|
14
|
|
|
15
|
|
- if (! class_exists('CreateSettingsTable')) { |
|
|
15
|
+ if (!class_exists('CreateSettingsTable')) { |
|
16
|
16
|
$this->publishes([ |
|
17
|
|
- __DIR__ . '/../database/migrations/create_settings_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()). '_create_settings_table.php') |
|
|
17
|
+ __DIR__ . '/../database/migrations/create_settings_table.php.stub' => database_path('migrations/' . date('Y_m_d_His', time()) . '_create_settings_table.php') |
|
18
|
18
|
], 'migrations'); |
|
19
|
19
|
} |
|
20
|
20
|
} |
Please login to merge, or discard this patch.