moon calc

This commit is contained in:
2020-02-04 23:10:34 -06:00
parent 8944219804
commit 5c17e25e47

View File

@@ -4,7 +4,7 @@ namespace App\Models\Moon;
use Illuminate\Database\Eloquent\Model;
class Price extends Model
class MineralPrice extends Model
{
// Table Name
protected $table = 'Prices';