- add position

This commit is contained in:
2023-07-04 01:25:02 +02:00
parent 99f0bafe93
commit 996b1b4faf
5 changed files with 38 additions and 2 deletions

View File

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