MessageBuilder::usingUserRole(): self

In this article

Sets the role to user.

Return

self

Source

public function usingUserRole(): self
{
    return $this->usingRole(MessageRoleEnum::user());
}

Changelog

VersionDescription
0.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.