after production line stop reason column remove
This commit is contained in:
@@ -27,4 +27,9 @@ class Plant extends Model
|
||||
{
|
||||
return $this->hasMany(Block::class);
|
||||
}
|
||||
|
||||
public function lines(): HasMany
|
||||
{
|
||||
return $this->hasMany(Line::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user