Skip to content

Commit 53f9fce

Browse files
committed
fix: conflicts
refs: #49
1 parent 171ab25 commit 53f9fce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Generators/FactoryGenerator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,4 @@ protected function prepareFields(): array
113113

114114
return $result;
115115
}
116-
117-
protected function getFactoryPattern($model): string
118-
{
119-
$modelNamespace = "App\\\\Models\\\\" . $model;
120-
$return = "return \\[";
121-
122-
return "/{$modelNamespace}.*{$return}/sU";
123-
}
124116
}

0 commit comments

Comments
 (0)