Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Foundation\Application $app, Artesaos\Defender\Contracts\Role $model ) | ||
create ( $roleName ) : Artesaos\Defender\Contracts\Role | Create a new role with the given name. |
public __construct ( Illuminate\Contracts\Foundation\Application $app, Artesaos\Defender\Contracts\Role $model ) | ||
$app | Illuminate\Contracts\Foundation\Application | |
$model | Artesaos\Defender\Contracts\Role |
public create ( $roleName ) : Artesaos\Defender\Contracts\Role | ||
$roleName | ||
return | Artesaos\Defender\Contracts\Role |