mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-27 00:14:16 +00:00
regenerate customers marking
This commit is contained in:
+1
-5
@@ -70,11 +70,7 @@ Route::get('/customer/{marking}', function ($marking) {
|
||||
Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download')->name('order.qr.download');
|
||||
|
||||
Route::get('/test', function(){
|
||||
$connection = mysqli_connect(env('DB_HOST_IZYIM'), env('DB_USERNAME_IZYIM'), env('DB_PASSWORD_IZYIM'), env('DB_DATABASE_IZYIM'));
|
||||
if ($connection->connect_error) {
|
||||
die("Connection failed: " . $connection->connect_error);
|
||||
}
|
||||
die("Connected successfully");
|
||||
dd(OldCompany::all());
|
||||
|
||||
// $companyConnections = CompanyConnection::all();
|
||||
// foreach ($companyConnections as $connection){
|
||||
|
||||
Reference in New Issue
Block a user