Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 9, 2024
1 parent 89cb8bc commit 5ccd4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function handle()

private function getSnapshotName(): string
{
if (!is_null($this->option('connection')) && is_null($this->argument('name'))) {
if (! is_null($this->option('connection')) && is_null($this->argument('name'))) {
return $this->option('connection'). "_". Carbon::now()->format('Y-m-d_H-i-s');
}

Expand Down

0 comments on commit 5ccd4a0

Please sign in to comment.