testing new mining tax
This commit is contained in:
@@ -86,11 +86,9 @@ class TestController extends Controller
|
|||||||
'invoiced' => 'Yes',
|
'invoiced' => 'Yes',
|
||||||
])->where('last_updated', '>', Carbon::now()->subMonths(3))->pluck('character_id');
|
])->where('last_updated', '>', Carbon::now()->subMonths(3))->pluck('character_id');
|
||||||
|
|
||||||
dd($tempMains);
|
|
||||||
|
|
||||||
foreach($tempMains as $main) {
|
foreach($tempMains as $main) {
|
||||||
if(!isset($mains[$main->character_id])) {
|
if(!isset($mains[$main])) {
|
||||||
$mains[$main->character_id] = $main->character_id;
|
$mains[$main] = $main;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user