Skip to content

Commit

Permalink
Merge branch '3.5' into 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

# Conflicts:
#	src/Concerns/WithFactories.php
  • Loading branch information
crynobone committed Mar 13, 2018
2 parents 54eb12c + 965f152 commit 873104d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Concerns/WithFactories.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ trait WithFactories
*/
protected function withFactories(string $path): self
{
$this->loadFactoriesUsing($this->app, $path);

return $this;
return $this->loadFactoriesUsing($this->app, $path);
}

/**
Expand Down

0 comments on commit 873104d

Please sign in to comment.