trigger('crmeb', $res); } public function trigger(string $type, ?array $data = null) { Client::publish($type, $data); } }