scopes and other files

This commit is contained in:
2018-11-18 21:00:37 -06:00
parent 9a635faa4c
commit 4dbb1e3bb0
11 changed files with 84 additions and 11 deletions

View File

@@ -23,5 +23,6 @@ class AllianceCorp extends Model
*/
protected $fillable = [
'corporation_id',
'name',
];
}