mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 05:54:08 +00:00
test updating loading date for containers from vt portal
This commit is contained in:
@@ -142,6 +142,7 @@ Route::get('/report', function(){
|
||||
$containerDetails = $containerDetails->Rows[0];
|
||||
|
||||
$container->loading_date = \Carbon\Carbon::parse($containerDetails[5]);
|
||||
dd($container);
|
||||
$container->save();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user