fix for tests (#2153)
This commit is contained in:
parent
eb6da9b1f0
commit
1aa546b13e
1 changed files with 1 additions and 3 deletions
|
|
@ -21,8 +21,6 @@ class CreateProductRequest extends ProductRequest
|
|||
*/
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'product_key' => 'required',
|
||||
];
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue