added models to mooncalc.php
This commit is contained in:
@@ -142,7 +142,6 @@ class MoonCalc {
|
|||||||
|
|
||||||
//Get the configuration from the config table
|
//Get the configuration from the config table
|
||||||
$config = DB::table('Config')->get();
|
$config = DB::table('Config')->get();
|
||||||
dd($config);
|
|
||||||
//Calculate refine rate
|
//Calculate refine rate
|
||||||
$refineRate = $config->RefineRate / 100.00;
|
$refineRate = $config->RefineRate / 100.00;
|
||||||
//Calculate the current time
|
//Calculate the current time
|
||||||
|
|||||||
Reference in New Issue
Block a user