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 8e849cb + d76253c commit e8fc448
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_His', strtotime("+$order sec"));
$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 e8fc448

Please # to comment.