Move some service\type::class methods into __get(), no functional changes
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
<tbody>
|
||||
@foreach ($o as $oo)
|
||||
<tr @if ($oo->hasExpired()) class="table-danger" @endif>
|
||||
<tr @if ($oo->has_expired) class="table-danger" @endif>
|
||||
<td><a href="{{ url('u/service',[$oo->service_id]) }}">{{ $oo->service->sid }}</td>
|
||||
<td>{{ $oo->service->account->name }}</td>
|
||||
<td>{{ $oo->service->product->name }}</td>
|
||||
|
Reference in New Issue
Block a user