changed table of Moons to RentalMoons

This commit is contained in:
2020-04-26 05:40:30 -05:00
parent 8cf41c5c36
commit b2de6fa5cd
3 changed files with 5 additions and 1 deletions
@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class Moon extends Model
{
// Table Name
protected $table = 'Moons';
protected $table = 'RentalMoons';
//Primary Key
public $primaryKey = 'id';
@@ -20,6 +20,7 @@ class Moon extends Model
'System',
'Planet',
'Moon',
'StructureId',
'StructureName',
'FirstOre',
'FirstQuantity',
+1
View File
@@ -20,6 +20,7 @@ class MoonRental extends Model
'System',
'Planet',
'Moon',
'StructureId',
'RentalCorp',
'RentalEnd',
'Contact',