From 70234f23f8a90e80bd6e3d3ad356fc111a1c89c7 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Sat, 30 Nov 2024 22:42:42 +0000 Subject: AAAAA --- app/View/Components/Wah.php | 39 +++++++++++++++++++++++++++++++++++++++ app/View/Components/wah.php | 39 --------------------------------------- 2 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 app/View/Components/Wah.php delete mode 100644 app/View/Components/wah.php diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php new file mode 100644 index 0000000..c8ee36c --- /dev/null +++ b/app/View/Components/Wah.php @@ -0,0 +1,39 @@ +json(); + return "https://tinyfox.dev".$data["loc"]; + } catch (Exception $ex) { + return ""; + } + + } + + /** + * Get the view / contents that represent the component. + */ + public function render(): View|Closure|string { + return view('components.wah', [ + 'wah' => $this->getWah(), + ]); + } +} diff --git a/app/View/Components/wah.php b/app/View/Components/wah.php deleted file mode 100644 index c8ee36c..0000000 --- a/app/View/Components/wah.php +++ /dev/null @@ -1,39 +0,0 @@ -json(); - return "https://tinyfox.dev".$data["loc"]; - } catch (Exception $ex) { - return ""; - } - - } - - /** - * Get the view / contents that represent the component. - */ - public function render(): View|Closure|string { - return view('components.wah', [ - 'wah' => $this->getWah(), - ]); - } -} -- cgit v1.2.3-54-g00ecf