Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Jul 29, 2021
2 parents 4192af4 + a49fbdb commit 8e849cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelCrmServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected function routeConfiguration()
*/
protected function getMigrationFileName(Filesystem $filesystem, $filename, $order): string
{
$timestamp = date('Y_m_d_Hi').(date('s') + $order);
$timestamp = date('Y_m_d_His', strtotime("+$order sec"));

return Collection::make($this->app->databasePath().DIRECTORY_SEPARATOR.'migrations'.DIRECTORY_SEPARATOR)
->flatMap(function ($path) use ($filesystem, $filename) {
Expand Down

0 comments on commit 8e849cb

Please # to comment.