Skip to content

Commit 5ccd4a0

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 89cb8bc commit 5ccd4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handle()
5252

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

0 commit comments

Comments
 (0)