ЕК
public function certificateTemplates()
{
return $this->belongsToMany(CertificateTemplate::class)
->using(AssignmentOutcome::class)
->withPivot('id');
Size: a a a
4
public function certificateTemplates()
{
return $this->belongsToMany(CertificateTemplate::class)
->using(AssignmentOutcome::class)
->withPivot('id');
D
E
->withPivot('id')
- зачем ?4
->fresh()
тоже не раб.D
4
->withPivot('id')
- зачем ?E
AssignmentOutcome
extends PivotE
4
4
E
E
E
E
4
4