diff --git a/src/Traits/WithFactories.php b/src/Traits/WithFactories.php index 2f2d3f2..ad71194 100644 --- a/src/Traits/WithFactories.php +++ b/src/Traits/WithFactories.php @@ -11,7 +11,7 @@ trait WithFactories * * @return $this */ - protected function withModelFactories($path) + protected function withFactories($path) { $this->app->make(ModelFactory::class)->load($path);