Procházet zdrojové kódy

add Log::info('daily task start');

visuddhinanda před 2 roky
rodič
revize
a2e9178221
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/Console/Commands/UpgradeDaily.php

+ 1 - 0
app/Console/Commands/UpgradeDaily.php

@@ -40,6 +40,7 @@ class UpgradeDaily extends Command
      */
      */
     public function handle()
     public function handle()
     {
     {
+        Log::info('daily task start');
         $start = time();
         $start = time();
 		if(app()->isLocal()==false){
 		if(app()->isLocal()==false){
 			$this->call('message:webhook',[
 			$this->call('message:webhook',[