We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d811ad4 commit 15cd2f2Copy full SHA for 15cd2f2
app/Console/Commands/GetScriptUpdate.php
@@ -49,7 +49,7 @@ private function crawlInfo()
49
{
50
$scripts = Script::where('status', 1)
51
// ->where('slug', 'jvc-imageviewer')
52
- // ->where('updated_at', '<', \Carbon\Carbon::now()->subDay())
+ ->where('updated_at', '<', \Carbon\Carbon::now()->subDay())
53
->orderBy('updated_at', 'asc')
54
->get();
55
0 commit comments