LazyRecord\Command\BaseCommand::prepare PHP Method

prepare() public method

public prepare ( )
    public function prepare()
    {
        // softly load the config file.
        $this->config = ConfigLoader::getInstance();
        $this->config->loadFromSymbol(true);
        // force loading
        if ($this->config->isLoaded()) {
            $this->config->initForBuild();
        }
    }