moving structure works back to jobs

This commit is contained in:
2019-05-30 19:47:40 -05:00
parent 57dc1f2c4d
commit 4f272fc3a1
4 changed files with 5 additions and 41 deletions

View File

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