Skip to content

Commit 15cd2f2

Browse files
committed
uncomment updated_at condition in GetScriptUpdate command
1 parent d811ad4 commit 15cd2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/GetScriptUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private function crawlInfo()
4949
{
5050
$scripts = Script::where('status', 1)
5151
// ->where('slug', 'jvc-imageviewer')
52-
// ->where('updated_at', '<', \Carbon\Carbon::now()->subDay())
52+
->where('updated_at', '<', \Carbon\Carbon::now()->subDay())
5353
->orderBy('updated_at', 'asc')
5454
->get();
5555

0 commit comments

Comments
 (0)