|
@@ -20,7 +20,7 @@ |
|
|
block discarded – undo |
|
20
|
20
|
__DIR__.'/../config/simple-pages.php' => base_path('config/simple-pages.php'), |
|
21
|
21
|
], 'config'); |
|
22
|
22
|
|
|
23
|
|
- if (! class_exists('CreateSimplePagesTable')) { |
|
|
23
|
+ if (!class_exists('CreateSimplePagesTable')) { |
|
24
|
24
|
$this->publishes([ |
|
25
|
25
|
__DIR__.'/../database/migrations/create_simple_pages_table.php.stub' => database_path('migrations/'.date('Y_m_d_His', time()).'_create_simple_pages_table.php'), |
|
26
|
26
|
], 'migrations'); |
Please login to merge, or discard this patch.