Code cleanup, no functional changes

This commit is contained in:
2023-06-27 19:39:11 +12:00
parent b70a36003a
commit ad36da0bb1
64 changed files with 466 additions and 438 deletions

View File

@@ -8,7 +8,7 @@
<div class="col-12">
<h2>Our Systems</h2>
@if (\App\Models\System::count() == 0)
@if (\App\Models\System::count() === 0)
<p class="pad">There are no systems configured here.</p>
@else
<p>These BBS systems are configured here.</p>