Redaxscript\Console\Command\Config::_lock PHP Method

_lock() protected method

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