Import Fun Completed and Sticker Master
This commit is contained in:
@@ -12,8 +12,6 @@ class Item extends Model
|
||||
|
||||
protected $fillable = [
|
||||
"plant_id",
|
||||
"block_id",
|
||||
"line_id",
|
||||
'code',
|
||||
'description',
|
||||
'hourly_quantity',
|
||||
@@ -23,14 +21,4 @@ class Item extends Model
|
||||
{
|
||||
return $this->belongsTo(Plant::class);
|
||||
}
|
||||
|
||||
public function block(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Block::class);
|
||||
}
|
||||
|
||||
public function line(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Line::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user