From 3b48c5dab924884093230d145a353590c709cda2 Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Wed, 19 Oct 2022 16:40:41 +0200
Subject: [PATCH] Added PHP 7.4 warning
---
resources/views/update.blade.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php
index f6cb5e4..90b2951 100644
--- a/resources/views/update.blade.php
+++ b/resources/views/update.blade.php
@@ -210,5 +210,7 @@ exit(); ?>
@endif
+@if("8" > phpversion())
You are using an outdated version of PHP! Official support for this version will end soon. @endif
+
@endpush
\ No newline at end of file