shalvah 4 tahun lalu
induk
melakukan
b6b7b79eec
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;