From 4d561310ab8e44e97e06796c4c7e592447a8a7e6 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 23 Feb 2023 10:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20=E5=91=A8=E6=9C=9F?= =?UTF-8?q?=E8=AE=A1=E8=B4=B9=E8=A7=86=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/View/Components/BillingCycle.php | 28 ------------------- .../views/components/billing-cycle.blade.php | 3 -- 2 files changed, 31 deletions(-) delete mode 100644 app/View/Components/BillingCycle.php delete mode 100644 resources/views/components/billing-cycle.blade.php diff --git a/app/View/Components/BillingCycle.php b/app/View/Components/BillingCycle.php deleted file mode 100644 index 02461a2..0000000 --- a/app/View/Components/BillingCycle.php +++ /dev/null @@ -1,28 +0,0 @@ -cycle = $cycle ?? 'dynamic'; - } - - /** - * Get the view / contents that represent the component. - */ - public function render(): string - { - return trans('hosts.'.$this->cycle); - } -} diff --git a/resources/views/components/billing-cycle.blade.php b/resources/views/components/billing-cycle.blade.php deleted file mode 100644 index dbb0775..0000000 --- a/resources/views/components/billing-cycle.blade.php +++ /dev/null @@ -1,3 +0,0 @@ -
- -
\ No newline at end of file