This commit is contained in:
2019-05-30 01:58:18 -05:00
parent 45cfdcdbd6
commit 443d4d1e9b
3 changed files with 30 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ class Structure extends Model
*/
//Table Name
public $table = 'alliance_structures';
public $table = 'AllianceStructures';
//Primary Key
public $primaryKey = 'id';