Skip to content

Commit bf5c13b

Browse files
pkboommpociot
authored andcommitted
Change wrong namespace (#25)
* Change wrong namespace * Update BotManMakeTest.php
1 parent e01883d commit bf5c13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/BotManMakeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ protected function getStub()
4545
*/
4646
protected function getDefaultNamespace($rootNamespace)
4747
{
48-
return $rootNamespace.'\..\tests\Botman';
48+
return $rootNamespace.'\..\tests\BotMan';
4949
}
5050
}

0 commit comments

Comments
 (0)