updating how moon rentals are handled in programming
This commit is contained in:
@@ -29,9 +29,5 @@ class Moon extends Model
|
||||
'ThirdQuantity',
|
||||
'FourthOre',
|
||||
'FourthQuantity',
|
||||
'RentalCorp',
|
||||
'RentalEnd',
|
||||
'Paid',
|
||||
'Paid_Until',
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Moon;
|
||||
namespace App\Models\MoonRent;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
@@ -23,7 +23,9 @@ class MoonRent extends Model
|
||||
'RentalCorp',
|
||||
'RentalEnd',
|
||||
'Contact',
|
||||
'Type',
|
||||
'Price',
|
||||
'Paid',
|
||||
'Paid_Until',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user