Skip to content

Commit

Permalink
Merge pull request #23 from christophrumpel/bugfix/wrongConvLocation
Browse files Browse the repository at this point in the history
Change wrong namespace
  • Loading branch information
Christoph Rumpel authored May 29, 2018
2 parents d72d1bd + f2ad010 commit 686fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/BotManMakeConversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function getStub()
*/
protected function getDefaultNamespace($rootNamespace)
{
return $rootNamespace.'\Http\Conversations';
return $rootNamespace.'\Conversations';
}

/**
Expand Down

0 comments on commit 686fba3

Please sign in to comment.