class RegisterUser

Properties

User $actor <p>The user performing the action.</p>
array $data <p>The attributes of the new user.</p>

Methods

__construct(User $actor, array $data)

No description

Details

__construct(User $actor, array $data)

Parameters

User $actor <p>The user performing the action.</p>
array $data <p>The attributes of the new user.</p>