testing new mining tax

This commit is contained in:
2021-05-25 01:53:06 +09:00
parent 1c46ef4161
commit 7c14c15841

View File

@@ -90,7 +90,6 @@ class TestController extends Controller
//Get the unique character ids from the ledgers in the previous statement
$tempMains = $tempMains->unique()->values()->all();
$tempMains = $tempMains->toArray();
dd($tempMains);