Fix System ZC identification

This commit is contained in:
Deon George
2021-08-15 16:01:51 +10:00
parent 414a10f84e
commit ae96ff9a24
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class System extends Model
*/
public function zcs()
{
return $this->belongsToMany(Zone::class);
return $this->hasMany(Zone::class);
}
/**