Cartalyst\Sentinel\Roles\IlluminateRoleRepository::__construct PHP Méthode

__construct() public méthode

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