From e2ada50c7e915df514cd9771378b573c399b3e73 Mon Sep 17 00:00:00 2001 From: Hossein Hezami Date: Thu, 14 Jul 2022 18:28:51 +0430 Subject: [PATCH] Add inspiring quote by Margaret Mead (#43180) --- 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 d7d3acf98308..2cd8e007ccb8 100644 --- a/src/Illuminate/Foundation/Inspiring.php +++ b/src/Illuminate/Foundation/Inspiring.php @@ -93,6 +93,7 @@ public static function quote() 'The best way to take care of the future is to take care of the present moment. - Thich Nhat Hanh', 'Nothing in life is to be feared, it is only to be understood. Now is the time to understand more, so that we may fear less. - Marie Curie', 'The biggest battle is the war against ignorance. - Mustafa Kemal Atatürk', + 'Always remember that you are absolutely unique. Just like everyone else. - Margaret Mead', ])->random(); } }