mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
(attempt) fix uploads
This commit is contained in:
parent
bb15fc96b4
commit
2e75c1c407
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Upload extends Component
|
||||||
{
|
{
|
||||||
use WithFileUploads;
|
use WithFileUploads;
|
||||||
|
|
||||||
#[Validate('file')]
|
#[Validate('image|max:10240')]
|
||||||
public $file;
|
public $file;
|
||||||
|
|
||||||
#[Validate('required|in:safe,suggestive,explicit')]
|
#[Validate('required|in:safe,suggestive,explicit')]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue