info( sprintf( 'Found %d items for deletion', TrackedApplication::where( 'created_at', '<=', now()->subDay()->toIso8601String() )->withoutGlobalScopes()->count() ) ); ClearExpiredApps::dispatch(); $this->info('Clearance job dispatched'); return 0; } }