From c148b6237ae561efdc727efab7f7188b1afb9cd4 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Thu, 8 Aug 2024 04:00:49 +0100 Subject: Add random quotes --- app/View/Components/TohQuote.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app/View/Components/TohQuote.php (limited to 'app/View/Components/TohQuote.php') diff --git a/app/View/Components/TohQuote.php b/app/View/Components/TohQuote.php new file mode 100644 index 0000000..a53d713 --- /dev/null +++ b/app/View/Components/TohQuote.php @@ -0,0 +1,35 @@ + $this->returnQuote() + ]); + } +} -- cgit v1.2.3-54-g00ecf