1
0
Fork 0

Update AdminInstanceController, fix instance scan

This commit is contained in:
Daniel Supernault 2019-10-16 21:08:46 -06:00
parent c69784f4c6
commit 79292ad610
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ trait AdminInstanceController
{
Profile::whereNotNull('domain')
->latest()
->groupBy('domain')
->groupBy(['domain', 'id'])
->where('created_at', '>', now()->subMonths(2))
->chunk(100, function($domains) {
foreach($domains as $domain) {