mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-04 03:48:19 +00:00
(switch from S3 to public driver for easier local demos)
This commit is contained in:
@@ -56,7 +56,7 @@ class ConcertsController extends Controller
|
||||
'zip' => request('zip'),
|
||||
'ticket_price' => request('ticket_price') * 100,
|
||||
'ticket_quantity' => (int) request('ticket_quantity'),
|
||||
'poster_image_path' => request('poster_image', new NullFile)->store('posters', 's3'),
|
||||
'poster_image_path' => request('poster_image', new NullFile)->store('posters', 'public'),
|
||||
]);
|
||||
|
||||
return redirect()->route('backstage.concerts.index');
|
||||
|
||||
Reference in New Issue
Block a user