Commit 4b117a6e by Taylor Otwell

Fix a few things.

parent 1a0b1cc0
...@@ -38,7 +38,7 @@ class InspireCommand extends Command { ...@@ -38,7 +38,7 @@ class InspireCommand extends Command {
*/ */
public function fire() public function fire()
{ {
$this->comment(Inspiring::quote()); $this->info(Inspiring::quote());
} }
} }
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
}, },
"minimum-stability": "stable" "minimum-stability": "dev"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment