Only display success message for app_url on --verbose flag

parent 03f72872
...@@ -51,7 +51,9 @@ class ConfigureAppUrl implements SetupScript ...@@ -51,7 +51,9 @@ class ConfigureAppUrl implements SetupScript
$this->env->write($vars); $this->env->write($vars);
$command->info('Application url successfully configured'); if ($command->option('verbose')) {
$command->info('Application url successfully configured');
}
} }
/** /**
......
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