- append more informations from api

This commit is contained in:
2023-07-04 01:12:05 +02:00
parent ac90d45519
commit 99f0bafe93
8 changed files with 78 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
* @property string $email
* @property string $phoneNumber
* @property array $locations
* @property string|null $mission
* @property string|null $rodo
* @property int $views
*/
class CV extends Model