This method expects either a single path to a directory containing php
files, or an array of directory paths, and will "require" each file.
These files should be where you define your model definitions.
public loadFactories ( string | string[] $paths ) : |
||
$paths | string | string[] | The directory path(s) to load. |
return |