Newscoop\Services\GarbageCollectionService::run PHP Method

run() public method

Run users garbage collection
public run ( string $days ) : void
$days string
return void
    public function run($days)
    {
        $this->gcUsers($days);
        $this->gcTokens();
    }