mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
(change minimum poster width from 400px to 600px)
This commit is contained in:
@@ -38,7 +38,7 @@ class ConcertsController extends Controller
|
||||
'zip' => ['required'],
|
||||
'ticket_price' => ['required', 'numeric', 'min:5'],
|
||||
'ticket_quantity' => ['required', 'numeric', 'min:1'],
|
||||
'poster_image' => ['nullable', 'image', Rule::dimensions()->minWidth(400)->ratio(8.5/11)],
|
||||
'poster_image' => ['nullable', 'image', Rule::dimensions()->minWidth(600)->ratio(8.5/11)],
|
||||
]);
|
||||
|
||||
$concert = Auth::user()->concerts()->create([
|
||||
|
||||
Reference in New Issue
Block a user