Skip to content

Commit a0c694c

Browse files
authored
Update src/Generators/AbstractTestsGenerator.php
1 parent 3f38dbd commit a0c694c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Generators/AbstractTestsGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ protected function getMockModel($model): array
184184
$hasFactory = method_exists($modelClass, 'factory') && $this->classExists('factory', "{$model}Factory");
185185
$factory = ($hasFactory) ? $modelClass::factory() : factory($modelClass);
186186

187-
dd($factory);
188187
return $factory
189188
->make()
190189
->toArray();

0 commit comments

Comments
 (0)