You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #720 Make "env" argument in symfony:dump-env optional (ostrolucky)
This PR was merged into the 1.9-dev branch.
Discussion
----------
Make "env" argument in symfony:dump-env optional
Addresses #680
Commits
-------
41e1408 Make "env" argument in symfony:dump-env optional
thrownew \RuntimeException('Please provide the name of the environment either by using the "--env" command line argument or by defining the "APP_ENV" variable in the ".env.local" file.');
$this->expectExceptionMessage('Please provide the name of the environment either by using the "--env" command line argument or by defining the "APP_ENV" variable in the ".env.local" file.');
0 commit comments