Cartalyst\Sentinel\Native\ConfigRepository::load PHP Method

load() protected method

Load the configuration file.
protected load ( ) : void
return void
    protected function load()
    {
        $this->config = (require $this->file);
    }