loginNotify = $loginNotify; } public function run() { $minId = $this->getParams()['minId']; $this->loginNotify->purgeSeen( $minId ); return true; } }