mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 21:44:09 +00:00
regenerate customers marking
This commit is contained in:
@@ -69,7 +69,6 @@ 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();
|
||||
|
||||
Reference in New Issue
Block a user