log
This commit is contained in:
@@ -100,9 +100,9 @@ class ProductUpdateQta extends Command
|
||||
}
|
||||
}
|
||||
$ora_fine = Carbon::now();
|
||||
$dir = basename(__DIR__);
|
||||
$title = '*** SITO DI PRODUZIONE *** ';
|
||||
|
||||
$lognrprodotti = $dir . ' Prodotti qta aggiornati ' . $nrprodotti . "\n";
|
||||
$lognrprodotti = $title . ' Prodotti qta aggiornati ' . $nrprodotti . "\n";
|
||||
$logfine = 'Terminato il ' . $ora_fine . "\n";
|
||||
$settingora->value = $ora_update;
|
||||
$settingora->save();
|
||||
|
||||
Reference in New Issue
Block a user