diff --git a/routes/web.php b/routes/web.php index 137dab57..9ef00537 100644 --- a/routes/web.php +++ b/routes/web.php @@ -4549,8 +4549,8 @@ Route::get('createlog', function () { - \Log::channel('updateproducts')->notice('This is testing for updateproducts!' . "\n" . 'Ciao'); - \Log::channel('updateproducts')->info('This is testing for updateproducts! 2' . "\n" . 'Ciao'); + Log::channel('updateproducts')->notice('This is testing for updateproducts!' . "\n" . 'Ciao'); + Log::channel('updateproducts')->info('This is testing for updateproducts! 2' . "\n" . 'Ciao'); dd('done'); }); @@ -4708,7 +4708,7 @@ Route::get('/prossimauscita', function () { ->get(); ob_end_flush(); ob_implicit_flush(true); - \Log::channel('updateproducts')->notice('Inizio da ' . $settingora->value . "\n"); + Log::channel('updateproducts')->notice('Inizio da ' . $settingora->value . "\n"); $log = 'PRODOTTI INSERITI' . "\n"; $log1 = 'EVENTUALI PRODOTTI NON INSERITI' . "\n"; foreach ($articles as $article) { @@ -5648,7 +5648,7 @@ Route::get('/prossimauscita', function () { echo "FINITO!!!"; //$settingora->value = $ora_update; //$settingora->save(); - \Log::channel('updateproducts')->notice($log . $log1); + Log::channel('updateproducts')->notice($log . $log1); });