Cartalyst\Sentinel\Roles\IlluminateRoleRepository::__construct PHP Method

__construct() public method

Create a new Illuminate role repository.
public __construct ( string $model = null ) : void
$model string
return void
    public function __construct($model = null)
    {
        if (isset($model)) {
            $this->model = $model;
        }
    }