Skip to content

Commit 3b48c5d

Browse files
committed
Added PHP 7.4 warning
1 parent 6624bbd commit 3b48c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/update.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,7 @@
210210

211211
@endif
212212

213+
@if("8" > phpversion()) <br><br><a style="background-color:tomato;color:#fff;border-radius:5px;" class="nav-link" href="{{ url('/studio/profile') }}" target=""><i class="bi bi-exclamation-circle-fill"></i> <strong>You are using an outdated version of PHP! Official support for this version will end soon.</strong></a> @endif
213214
</div>
215+
214216
@endpush

0 commit comments

Comments
 (0)