From 94cf4dee1b72c959c83190c6cd848b24beb4e760 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 30 Aug 2021 16:08:35 +0800 Subject: [PATCH] regenerate customers marking --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index d4b6d6d8..946b9514 100644 --- a/routes/web.php +++ b/routes/web.php @@ -69,6 +69,7 @@ Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download Route::get('/test', function(){ $companyConnections = CompanyConnection::all(); + dd($companyConnections); foreach ($companyConnections as $connection){ $company = $connection->invitee; $oldCompany = \App\Models\OldCompany::where('name', 'LIKE', '%'.$company->name.'%')->first();