<?php /** * N8n Integration */ namespace BitCode\FI\Actions\N8n; use BitCode\FI\Actions\WebHooks\WebHooksController; /** * Provide functionality for N8nHandler */ class N8nController extends WebHooksController { }