Skip to content

Commit

Permalink
Set default name for configuration helper
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHavl committed Jul 31, 2015
1 parent a9b40ee commit 1f3592f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ private function loadConfig($config, OutputWriter $outputWriter)
*/
public function getName()
{
return 'connection';
return 'configuration';
}
}

0 comments on commit 1f3592f

Please sign in to comment.