testing new mining tax

This commit is contained in:
2021-05-25 01:52:40 +09:00
parent 39f7fbbb99
commit 1c46ef4161

View File

@@ -89,7 +89,8 @@ class TestController extends Controller
])->where('last_updated', '>', Carbon::now()->subMonths(3))->pluck('character_id');
//Get the unique character ids from the ledgers in the previous statement
$tempMains = $tempMains->unique()->values()->all()->toArray();
$tempMains = $tempMains->unique()->values()->all();
$tempMains = $tempMains->toArray();
dd($tempMains);