diff --git a/app/Http/Controllers/Test/TestController.php b/app/Http/Controllers/Test/TestController.php index f12f896ac..fc7c8deec 100644 --- a/app/Http/Controllers/Test/TestController.php +++ b/app/Http/Controllers/Test/TestController.php @@ -85,7 +85,7 @@ class TestController extends Controller 'invoiced' => 'Yes', ])->where('last_updated', '>', Carbon::now()->subMonths(3))->pluck('character_id')->unique('character_id')->toArray(); - + dd($mains); /** * For each of the users, let's determine if there are any ledgers,