Create endpoint to load bid by ID (#1248)

* Create endpoint to load bid by ID

* Fix endpoint
This commit is contained in:
Nabeel S
2021-06-17 19:42:56 -04:00
committed by GitHub
parent b6a2fe405d
commit 35359b8646
5 changed files with 55 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ use App\Contracts\Model;
use Carbon\Carbon;
/**
* @property string user_id
* @property int user_id
* @property string flight_id
* @property Carbon created_at
* @property Carbon updated_at