mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
updated timeout from 60 seconds to 10 minutes
This commit is contained in:
@@ -22,7 +22,7 @@ class BookingController extends Controller
|
||||
|
||||
$date1 = new DateTime($booking->created_at);
|
||||
$date2 = new DateTime();
|
||||
$difference_in_seconds = ($date1->format('U') + 60) - ($date2->format('U'));
|
||||
$difference_in_seconds = ($date1->format('U') + 600) - ($date2->format('U'));
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user