Redaxscript\Console\Command\Config::_lock PHP 메소드

_lock() 보호된 메소드

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