From 53575cf59a5346a5a99ceed5f135698e85dd122e Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 30 Aug 2021 16:58:49 +0800 Subject: [PATCH] regenerate customers marking --- routes/web.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/routes/web.php b/routes/web.php index d3301522..d336c90d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -70,12 +70,8 @@ Route::get('/customer/{marking}', function ($marking) { Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download')->name('order.qr.download'); Route::get('/test', function(){ - try { - $databesname = DB::connection('old_izyim_db')->getDatabaseName(); - dd($databesname); - } catch (Exception $exception){ - dd($exception); - } + + dd(\App\Models\OldOrders::first()); $companyConnections = CompanyConnection::all(); foreach ($companyConnections as $connection){ $company = $connection->invitee;