rental moon testing

This commit is contained in:
2020-06-04 23:38:33 -05:00
parent 56762f42af
commit a2d17fcd2a

View File

@@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Model;
class AllianceRentalMoon extends Model
{
//Table Name
protected $table = 'alliance_moon_rentals';
protected $table = 'alliance_rental_moons';
//Primary Key
public $primaryKey = 'id';