moons admin controller

This commit is contained in:
2019-02-15 23:23:56 -06:00
parent fcf5e8b732
commit 5521389baf

View File

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