FIle - /trunk/docs/classes/models/usergroup/whereid.md

/trunk/docs/classes/models/usergroup/whereid.md
747 bytes
January 20, 2025 at 08:22
4



BaseModel::whereId

Usage

?static BaseModel::whereId(string | int $id)

Description

Select a single model instance based on the value of the primary key / id column.

Parameters

Parameter Required Type Description
id Yes string int

Return

?static

See Also