added primary keys to the new db tables

This commit is contained in:
2019-05-30 00:43:06 -05:00
parent df21c42353
commit a786730ca6
6 changed files with 129 additions and 29 deletions

View File

@@ -12,6 +12,9 @@ class Service extends Model
//Timestamps
public $timestamps = false;
//Primary Key
public $primaryKey = 'id';
/**
* The attributes that are mass assignable
*