Only display success message for app_url on --verbose flag

parent 03f72872
...@@ -51,8 +51,10 @@ class ConfigureAppUrl implements SetupScript ...@@ -51,8 +51,10 @@ class ConfigureAppUrl implements SetupScript
$this->env->write($vars); $this->env->write($vars);
if ($command->option('verbose')) {
$command->info('Application url successfully configured'); $command->info('Application url successfully configured');
} }
}
/** /**
* Ensure that the APP_URL is valid * Ensure that the APP_URL is valid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment