persistent-object-require.php 80 B

123456
  1. <?php
  2. class MyObject
  3. {
  4. public function __construct(public string $id) {}
  5. }