Fix a few things.

This commit is contained in:
Taylor Otwell 2014-08-01 00:55:37 -05:00
parent 1a0b1cc08e
commit 4b117a6ea8
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public function __construct()
*/ */
public function fire() public function fire()
{ {
$this->comment(Inspiring::quote()); $this->info(Inspiring::quote());
} }
} }

View File

@ -32,5 +32,5 @@
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
}, },
"minimum-stability": "stable" "minimum-stability": "dev"
} }