From 2974fe4e9a38733b6dda79b3ffdf39376476e181 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 1 Oct 2021 17:44:20 +0800 Subject: [PATCH] test updating loading date for containers from vt portal --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 51874583..c3f98f38 100644 --- a/routes/web.php +++ b/routes/web.php @@ -142,6 +142,7 @@ Route::get('/report', function(){ $containerDetails = $containerDetails->Rows[0]; $container->loading_date = \Carbon\Carbon::parse($containerDetails[5]); + dd($container); $container->save(); }