mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 15:34:24 +00:00
regenerate customers marking
This commit is contained in:
+2
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user