diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php index 29eb272b7..d53367e31 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesObservers.php @@ -89,6 +89,8 @@ class MiningTaxesObservers extends Command $resp = json_decode($response->raw, false); + dd($resp); + //Run through the mining observers, and add them to the database foreach($resp as $observer) {