Skip to content

Commit

Permalink
Merge pull request #176 from vierge-noire/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
pabloelcolombiano authored Aug 2, 2022
2 parents d117488 + e04d730 commit a808936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/BakeFixtureFactoryCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function getPath(Arguments $args): string
*/
public function getModelPath()
{
if (isset($this->plugin)) {
if (!empty($this->plugin)) {
$path = $this->_pluginPath($this->plugin) . APP_DIR . DS . $this->pathToTableDir;
} else {
$path = APP . $this->pathToTableDir;
Expand Down

0 comments on commit a808936

Please sign in to comment.