mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #1563 : Set default CLI environment to prod
This commit is contained in:
@@ -34,7 +34,7 @@ class CLI extends Application
|
||||
* @param string|null $version Version number for this application.
|
||||
* @param string|null $environment The environment.
|
||||
*/
|
||||
public function __construct($name, $version = null, $environment = null)
|
||||
public function __construct($name, $version = null, $environment = self::ENV_PROD)
|
||||
{
|
||||
parent::__construct($environment);
|
||||
|
||||
|
Reference in New Issue
Block a user