From 1a0b1cc08e3dc4a919ea562b8be343b491a383a1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 1 Aug 2014 00:46:47 -0500 Subject: [PATCH] Work on inspiring command. --- app/commands/InspireCommand.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/commands/InspireCommand.php b/app/commands/InspireCommand.php index 4cbd600a..175a881c 100644 --- a/app/commands/InspireCommand.php +++ b/app/commands/InspireCommand.php @@ -1,6 +1,7 @@ comment('Inspiring Quote Here.'); + $this->comment(Inspiring::quote()); } }