shalvah 3 lat temu
rodzic
commit
938b49187f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      camel/Camel.php

+ 0 - 1
camel/Camel.php

@@ -95,7 +95,6 @@ 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;