Skip to content

Commit 22c5745

Browse files
committed
Moved repository and renamed package.
1 parent 287e499 commit 22c5745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/GenerateExceptionHandlerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function configure()
4242
{
4343
$this->setName('plaisio:generate-core-exception-handler')
4444
->setDescription('Generates the code for the core\'s exception handler')
45-
->addArgument('config file', InputArgument::OPTIONAL, 'The abc.xml configuration file', 'abc.xml');
45+
->addArgument('config file', InputArgument::OPTIONAL, 'The plaisio.xml configuration file', 'plaisio.xml');
4646
}
4747

4848
//--------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)