updated moon rental to utilize local functions as private instead of a library

This commit is contained in:
2019-05-05 22:46:49 -05:00
parent 35139643c5
commit eafc9cce4d

View File

@@ -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();