Skip to content

Commit 00f6b3f

Browse files
authored
Remove dd() call
1 parent 258fd45 commit 00f6b3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,6 @@ protected function splitValuePairs($parameters, $first = 'is ', $last = 'or ')
367367
*/
368368
protected function parseRule($rule, $attribute, &$attributeData, $seed, $routeData)
369369
{
370-
if (starts_with($attribute, 'array.')) {
371-
dd(array_keys($routeData));
372-
}
373370
$faker = Factory::create();
374371
$faker->seed(crc32($seed));
375372

0 commit comments

Comments
 (0)