class Channel extends Model

Methods

string
getRouteKeyName()

Get the route key name for Laravel.

HasMany
threads()

A channel consists of threads.

Details

at line 14
string getRouteKeyName()

Get the route key name for Laravel.

Return Value

string

at line 24
HasMany threads()

A channel consists of threads.

Return Value

HasMany