Skip to content

Commit

Permalink
style ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Jul 29, 2021
1 parent a49fbdb commit d76253c
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 d76253c

Please # to comment.