Commit 108f653e by Phạm Văn Đoan

đổi tên class task khi ghi log

parent b57573a7
...@@ -30,7 +30,7 @@ class CrawlerTrackImageCommand extends Command ...@@ -30,7 +30,7 @@ class CrawlerTrackImageCommand extends Command
/** /**
* Create a new command instance. * Create a new command instance.
* *
* ZingCrawlerTrackImageCommand constructor. * CrawlerTrackImageCommand constructor.
* @param TrackRepository $trackRepository * @param TrackRepository $trackRepository
*/ */
public function __construct(TrackRepository $trackRepository) public function __construct(TrackRepository $trackRepository)
...@@ -71,6 +71,6 @@ class CrawlerTrackImageCommand extends Command ...@@ -71,6 +71,6 @@ class CrawlerTrackImageCommand extends Command
echo "\nTải ảnh kết thúc."; echo "\nTải ảnh kết thúc.";
// Ghi log // Ghi log
Crontjob::create(['message' => 'ZingCrawlerTrackImageCommand is called at ' . Carbon::now()]); Crontjob::create(['message' => 'CrawlerTrackImageCommand is called at ' . Carbon::now()]);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment