Skip to content

Commit

Permalink
Merge pull request #4 from MohammedAlkutrani/master
Browse files Browse the repository at this point in the history
Adding factories namespace on creation
  • Loading branch information
Christoph Rumpel authored Feb 5, 2020
2 parents fa01396 + c0a3342 commit 76352c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/MakeFactoryReloadedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function handle()

$this->files->put($classPath, $this->sortImports($this->buildClass($this->fullClassName)));

$this->info($this->type.' created successfully.');
$this->info(config('factories-reloaded.factories_namespace') . '\\' . $this->className.$this->type . ' created successfully.');
}

/**
Expand Down

0 comments on commit 76352c0

Please sign in to comment.