class ChannelUser extends Model (View source)

Properties

static protected $unguarded from  Model
$timestamps
protected $table
protected $casts
int $channel_id
int $user_id
null|string $notifications
null|Carbon $followed_at
Channel read-only $channel
User read-only $user

Methods

getConnectionName()

No description

from  Model
BelongsTo
channel()

No description

BelongsTo
user()

No description

string
getKey()

No description

Builder
setKeysForSaveQuery($query)

No description

Details

getConnectionName()

No description

BelongsTo channel()

No description

Return Value

BelongsTo

BelongsTo user()

No description

Return Value

BelongsTo

string getKey()

No description

Return Value

string

protected Builder setKeysForSaveQuery($query)

No description

Parameters

$query

Return Value

Builder