Untitled
unknown
php
2 years ago
184 B
4
Indexable
<?php class User { public function __construct( readonly public int $id, readonly public int $firstName, readonly public int $lastName, ) { } }
Editor is loading...
<?php class User { public function __construct( readonly public int $id, readonly public int $firstName, readonly public int $lastName, ) { } }