event = $params['event']; } function run() { EchoNotificationController::notify( $this->event, false ); return true; } }