Fix saving of fare #621 (#624)

This commit is contained in:
Nabeel S
2020-03-06 16:54:53 -05:00
committed by GitHub
parent 632c5782de
commit 2846a78d2a
13 changed files with 108 additions and 94 deletions

View File

@@ -22,6 +22,7 @@ class Fare extends Model
protected $fillable = [
'code',
'name',
'type',
'price',
'cost',
'capacity',