We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb8bc commit 5ccd4a0Copy full SHA for 5ccd4a0
src/Commands/Create.php
@@ -52,7 +52,7 @@ public function handle()
52
53
private function getSnapshotName(): string
54
{
55
- if (!is_null($this->option('connection')) && is_null($this->argument('name'))) {
+ if (! is_null($this->option('connection')) && is_null($this->argument('name'))) {
56
return $this->option('connection'). "_". Carbon::now()->format('Y-m-d_H-i-s');
57
}
58
0 commit comments