From dfee3e486acee17f6ddb0f71518819e39eed17c4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 6 Dec 2018 18:13:08 -0600 Subject: [PATCH] helper for console commands --- app/Library/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/FinanceHelper.php b/app/Library/FinanceHelper.php index a0b5086bf..b4e1b7642 100644 --- a/app/Library/FinanceHelper.php +++ b/app/Library/FinanceHelper.php @@ -182,7 +182,7 @@ class FinanceHelper { return $character->corporation_id; } else { //Return the corporation_id if it was found in the database as it is what the calling function is looking for - dd($found); + var_dump($found); return $found->corporation_id; } }