Skip to content

Commit

Permalink
Rename to withFactories().
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 19, 2015
1 parent e9cb488 commit 4311f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/WithFactories.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait WithFactories
*
* @return $this
*/
protected function withModelFactories($path)
protected function withFactories($path)
{
$this->app->make(ModelFactory::class)->load($path);

Expand Down

0 comments on commit 4311f33

Please sign in to comment.