id; $drops = Cache::get($cache_key); if (!is_array($drops)) { $drops = [ 'drops' => $drops, ]; } $drops = $drops['drops'] / $decimal; $drops = [ 'drops' => $drops, ]; Cache::forever($cache_key, $drops); } }); } /** * Reverse the migrations. * * @return void */ public function down() { // } };