Skip to content

Commit

Permalink
Sorting on Migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharaonic committed Nov 1, 2020
1 parent bee8b0f commit 1668561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImagesServiceProvider.php
Expand Up @@ -26,7 +26,7 @@ public function boot()
{
// Publishes
$this->publishes([
__DIR__ . '/database/migrations/images.stub' => database_path(sprintf('migrations/%s_create_images_table.php', date('Y_m_d_His', time()))),
__DIR__ . '/database/migrations/images.stub' => database_path(sprintf('migrations/%s_create_images_table.php', date('Y_m_d_His', time() + 3))),
], ['pharaonic', 'laravel-has-images']);

// Loads
Expand Down

0 comments on commit 1668561

Please sign in to comment.