troubleshooting moon calc
This commit is contained in:
@@ -142,7 +142,8 @@ class MoonCalc {
|
||||
//Get the configuration from the config table
|
||||
$config = DB::table('Config')->first();
|
||||
//Calculate refine rate
|
||||
$refineRate = $config->RefineRate / 100.00;
|
||||
$refineRate = $config[0]->RefineRate / 100.00;
|
||||
dd($refineRate);
|
||||
//Calculate the current time
|
||||
$time = time();
|
||||
//Get the max time from the database
|
||||
|
||||
Reference in New Issue
Block a user