From eafc9cce4d67735aa92a6c9507babd93d6001894 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 5 May 2019 22:46:49 -0500 Subject: [PATCH] updated moon rental to utilize local functions as private instead of a library --- app/Console/Commands/moonmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/moonmailer.php b/app/Console/Commands/moonmailer.php index 1a03ef5fc..bbf84bfe2 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -159,7 +159,7 @@ class MoonMailerCommand extends Command $sentmail->save(); } - private function GetMoonList(MoonRent $moons) { + private function GetMoonList(MoonRental $moons) { //Declare the variable to be used as a global part of the function $list = array();