We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d8fd3f + 89c8c6b commit 11d2235Copy full SHA for 11d2235
src/EnvironmentSetCommand.php
@@ -46,7 +46,7 @@ public function handle(): void
46
);
47
48
// Use system env file path if the argument env file path is not provided.
49
- $envFilePath = $envFilePath ?? App::environmentFilePath();
+ $envFilePath = $envFilePath ?: App::environmentFilePath();
50
$this->info("The following environment file is used: '" . $envFilePath . "'");
51
} catch (InvalidArgumentException $e) {
52
$this->error($e->getMessage());
0 commit comments