diff --git a/src/LaravelCrmServiceProvider.php b/src/LaravelCrmServiceProvider.php index 5aa1e20a..7c0c13b7 100644 --- a/src/LaravelCrmServiceProvider.php +++ b/src/LaravelCrmServiceProvider.php @@ -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) {