Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
/** * Class file for trainer model */ class Trainer{ public function __construct( public ?int $id, public string $firstName, public string $lastName, public string $city, public string $experience, public string $bio, public ?int $avatarId, ){} }
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.