Redaxscript\Console\Command\Config::_lock PHP Méthode

_lock() protected méthode

lock the config
Since: 3.0.0
protected _lock ( ) : boolean
Résultat boolean
    protected function _lock()
    {
        $this->_config->set('env', 'production');
        return $this->_config->write();
    }