Skip to content

Commit

Permalink
fix(myos): update rules for myos
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored Aug 27, 2024
1 parent 0fc1b54 commit b3e45a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Models/Character/Character.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ class Character extends Model {
'description' => 'nullable',
'sale_value' => 'nullable',
'name' => 'required',
'image' => 'nullable|mimes:jpeg,gif,png|max:2048',
'thumbnail' => 'nullable|mimes:jpeg,gif,png|max:2048',
'image' => 'nullable|mimes:jpeg,gif,png|max:2mb',
'thumbnail' => 'nullable|mimes:jpeg,gif,png|max:2mb',
];

/**********************************************************************************************
Expand Down

0 comments on commit b3e45a9

Please sign in to comment.