Fix Exetel Traffic import

This commit is contained in:
Deon George
2021-07-02 16:15:45 +10:00
parent 90190bb301
commit f6751e7a63
2 changed files with 14 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ The traffic import today, had mismatching records. A request to have those login
@component('mail::table')
| ID |
| - |
@foreach ($aso->traffic_mismatch($date) as $o)
@foreach ($aso->trafficMismatch($date) as $o)
| {{ $o->service }}
@endforeach