мн
Size: a a a
мн
MR
MR
ЕК
мн
MR
ЕК
ЕК
мн
мн
ЕК
ЕК
public function appears()
{
return $this->belongsTo(
Role::class,
'appears',
'id'
)->withDefault(
function () {
return $this;
// dd($this);
}
);
}
MR
мн
public function appears()
{
return $this->belongsTo(
Role::class,
'appears',
'id'
)->withDefault(
function () {
return $this;
// dd($this);
}
);
}
ЕК
мн
ЕК
мн
мн
public function appears()
{
return $this->belongsTo(
Role::class,
'appears',
'id'
)->withDefault(
function () {
return $this;
// dd($this);
}
);
}
ЕК