mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Merge branch '3.8'
This commit is contained in:
@@ -36,7 +36,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