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