MMC alpha ready
This commit is contained in:
@@ -20,6 +20,6 @@ class MMC extends Model
|
||||
|
||||
public function auks()
|
||||
{
|
||||
return $this->belongsToMany(AUK::class);
|
||||
return $this->belongsToMany(AUK::class, 'auk_mmc', 'mmc_id', 'auk_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user