aboutsummaryrefslogtreecommitdiff
path: root/app/Http/Controllers/PrivacyController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Controllers/PrivacyController.php')
-rw-r--r--app/Http/Controllers/PrivacyController.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/Http/Controllers/PrivacyController.php b/app/Http/Controllers/PrivacyController.php
deleted file mode 100644
index 277bf35..0000000
--- a/app/Http/Controllers/PrivacyController.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace App\Http\Controllers;
-
-use Illuminate\Http\Request;
-use Illuminate\View\View;
-
-class PrivacyController extends Controller{
- /**
- * Shows the page
- * @return View
- */
- public function show(): View {
- return view('privacy');
- }
-}