add rahdar id to road item project
This commit is contained in:
@@ -33,6 +33,7 @@ class StoreRequest extends FormRequest
|
||||
'before_image' => 'image|max:4096',
|
||||
'after_image' => 'image|max:4096',
|
||||
'cmms_machine_id' => 'required|exists:cmms_machines,id',
|
||||
'rahdar_id' => 'required|exists:rahdaran,id',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user