function was misspelled
This commit is contained in:
@@ -13,7 +13,7 @@ use Log;
|
||||
//App Library
|
||||
|
||||
//App Models
|
||||
|
||||
use App\Models\Finances\PlayerDonationJournal;
|
||||
|
||||
class MoonRentalInvoiceVerify implements ShouldQueue
|
||||
{
|
||||
|
||||
@@ -473,7 +473,7 @@ class MoonCalc {
|
||||
/**
|
||||
* Calculate the total price, then pass it by reference to the calling function
|
||||
*/
|
||||
private function CalclulateTotalPrice($ore, $perc, &$total) {
|
||||
private function CalculateTotalPrice($ore, $perc, &$total) {
|
||||
//Calculate the prices from the ores
|
||||
if($ore != 'None') {
|
||||
$total = $this->CalcPrice($ore, $perc);
|
||||
|
||||
Reference in New Issue
Block a user