Add flight fields for templated fields on edit flight #213

This commit is contained in:
Nabeel Shahzad
2018-03-20 13:47:47 -05:00
parent 485c6e86bb
commit 25a299fb74
13 changed files with 337 additions and 53 deletions

View File

@@ -6,6 +6,9 @@ use App\Interfaces\Model;
/**
* Class FlightFieldValue
* @property string flight_id
* @property string name
* @property string value
* @package App\Models
*/
class FlightFieldValue extends Model