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

__construct() public method

Constructor.
public __construct ( string $file = null ) : void
$file string
return void
    public function __construct($file = null)
    {
        $this->file = $file ?: __DIR__ . '/../config/config.php';
        $this->load();
    }