eventId = $params['eventId']; } public function run() { MWEchoDbFactory::newFromDefault()->waitForSlaves(); $event = EchoEvent::newFromID( $this->eventId ); EchoNotificationController::notify( $event, false ); return true; } }