Skip to content

Commit

Permalink
CommandRegistrar output "style" (last for today... hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtripault committed Feb 24, 2015
1 parent db33584 commit 6210d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function run(Event $event)
$className = self::getCommandClass($file);
if (!in_array($className, self::$unregistered)) {
$config->set($className);
self::$io->write(" Added <info>{$className}</info>");
self::$io->write(" Added <info>{$className}</info>");
}
}
$config->save();
Expand Down

0 comments on commit 6210d73

Please sign in to comment.