From fa5612e54e7c8dedd7e3d7f90085f5de0e7b6c3f Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 22 Sep 2022 10:12:04 +0300 Subject: [PATCH] unused files deleted --- app/View/Components/Loading/Absolute.php | 32 ------------------------ app/View/Components/Loading/Content.php | 32 ------------------------ 2 files changed, 64 deletions(-) delete mode 100644 app/View/Components/Loading/Absolute.php delete mode 100644 app/View/Components/Loading/Content.php diff --git a/app/View/Components/Loading/Absolute.php b/app/View/Components/Loading/Absolute.php deleted file mode 100644 index f68abe0c9..000000000 --- a/app/View/Components/Loading/Absolute.php +++ /dev/null @@ -1,32 +0,0 @@ -hidden = $hidden; - } - - /** - * Get the view / contents that represent the component. - * - * @return \Illuminate\Contracts\View\View|string - */ - public function render() - { - return view('components.loading.absolute'); - } -} \ No newline at end of file diff --git a/app/View/Components/Loading/Content.php b/app/View/Components/Loading/Content.php deleted file mode 100644 index 440072ae6..000000000 --- a/app/View/Components/Loading/Content.php +++ /dev/null @@ -1,32 +0,0 @@ -hidden = $hidden; - } - - /** - * Get the view / contents that represent the component. - * - * @return \Illuminate\Contracts\View\View|string - */ - public function render() - { - return view('components.loading.content'); - } -} \ No newline at end of file