Code cleanup, no functional changes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-9">
|
||||
@if (\App\Models\Domain::count() == 0)
|
||||
@if (\App\Models\Domain::count() === 0)
|
||||
@can('admin',(new \App\Models\Domain))
|
||||
<p>There are no domains setup, to <a href="{{ url('ftn/domain/addedit') }}">set up your first</a>.</p>
|
||||
@else
|
||||
|
Reference in New Issue
Block a user