Cartalyst\Sentinel\Roles\IlluminateRoleRepository::__construct PHP 메소드

__construct() 공개 메소드

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