File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55use Doctrine \ORM \Mapping \Builder \ClassMetadataBuilder ;
66use Doctrine \ORM \Mapping \MappingException ;
7+ use Doctrine \ORM \Mapping \NamingStrategy ;
78use Doctrine \Persistence \Mapping \ClassMetadata ;
89use Doctrine \Persistence \Mapping \Driver \MappingDriver ;
9- use Doctrine \ORM \Mapping \NamingStrategy ;
1010use InvalidArgumentException ;
1111use LaravelDoctrine \Fluent \Builders \Builder ;
1212use LaravelDoctrine \Fluent \Mappers \MapperSet ;
@@ -27,7 +27,7 @@ class FluentDriver implements MappingDriver
2727 * Initializes a new FileDriver that looks in the given path(s) for mapping
2828 * documents and operates in the specified operating mode.
2929 *
30- * @param string[] $mappings
30+ * @param string[] $mappings
3131 * @param null|NamingStrategy $namingStrategy
3232 */
3333 public function __construct (
You can’t perform that action at this time.
0 commit comments