MessageBuilder::usingModelRole(): self

In this article

Sets the role to model.

Return

self

Source

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

Changelog

VersionDescription
0.2.0Introduced.

User Contributed Notes

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