shalvah 4 年之前
父节点
当前提交
b6b7b79eec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      camel/Camel.php

+ 1 - 0
camel/Camel.php

@@ -95,6 +95,7 @@ class Camel
                 && Str::endsWith($object['basename'], '.yaml')
                 && Str::startsWith($object['basename'], 'custom.')
             ) {
+                dump(file_get_contents($object['path']));
                 $endpoints = Yaml::parseFile($object['path']);
                 foreach (($endpoints ?: []) as $endpoint) {
                     $userDefinedEndpoints[] = $endpoint;