From 23bac25b62a7ce4344ea93ba7058b8380227d4f3 Mon Sep 17 00:00:00 2001 From: Iban Dominguez Date: Tue, 4 Oct 2016 12:25:48 +0100 Subject: [PATCH] Add Seneca quote to Inspire command --- src/Illuminate/Foundation/Inspiring.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Foundation/Inspiring.php b/src/Illuminate/Foundation/Inspiring.php index 7f56c4facfba..79189ac8dae5 100644 --- a/src/Illuminate/Foundation/Inspiring.php +++ b/src/Illuminate/Foundation/Inspiring.php @@ -26,6 +26,7 @@ public static function quote() 'Well begun is half done. - Aristotle', 'He who is contented is rich. - Laozi', 'Very little is needed to make a happy life. - Marcus Antoninus', + 'It is quality rather than quantity that matters. - Lucius Annaeus Seneca', ])->random(); }