We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5835f6 commit 8c37eecCopy full SHA for 8c37eec
src/Console/SinglestoreBackupCommand.php
@@ -34,7 +34,7 @@ public function handle()
34
throw new InvalidArgumentException('You can\'t use --init and --differential options at the same time.');
35
}
36
37
- if (($this->option('with-date') || $this->option('with-time')) && $this->option('init') || $this->option('differential')) {
+ if (($this->option('with-date') || $this->option('with-time')) && ($this->option('init') || $this->option('differential'))) {
38
throw new InvalidArgumentException('You can\'t use --init or --differential options with --with-date or --with-time options.');
39
40
0 commit comments