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 3d8fd3f commit 89c8c6bCopy full SHA for 89c8c6b
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