Enable creation of domains and domain service editing
This commit is contained in:
@@ -32,7 +32,7 @@ class ProductAddEdit extends FormRequest
|
||||
'active' => 'sometimes|accepted',
|
||||
'model' => 'sometimes|string', // @todo Check that it is a valid model type
|
||||
'model_id' => 'sometimes|int', // @todo Check that it is a valid model type
|
||||
'accounting' => 'sometimes|string',
|
||||
'accounting' => 'nullable|string',
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user