Add subfleet data when single bid is retrieved

This commit is contained in:
Nabeel Shahzad
2022-02-04 14:13:40 -05:00
parent 8a94d8db7b
commit 74a1b4d753
2 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ use Carbon\Carbon;
* @property string flight_id
* @property Carbon created_at
* @property Carbon updated_at
* @property Flight flight
* @property User user
*/
class Bid extends Model
{