helper for console commands

This commit is contained in:
2018-12-06 18:13:08 -06:00
parent 32e0a9f4ac
commit dfee3e486a

View File

@@ -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;
}
}