troubleshooting moon calc

This commit is contained in:
2018-10-25 23:47:58 -05:00
parent 55946ab80b
commit e008fecd00

View File

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