1 | <?php |
||
14 | trait FactoriesLoaderTrait |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * By default Laravel takes a shared factory directory to load from it all the factories. |
||
19 | * This function changes the path to load the factories from the port directory instead. |
||
20 | */ |
||
21 | public function loadFactoriesFromContainers() |
||
31 | |||
32 | } |
||
33 |