This commit is contained in:
2019-05-30 01:35:55 -05:00
parent fce1b4c584
commit 3b87ab5bcd
2 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class Structure extends Model
public $table = 'alliance_structures';
//Primary Key
public $primaryKey = 'structure_id';
public $primaryKey = 'id';
//Timestamps
public $timestamps = false;