BTrait.php 71 B

12345678
  1. <?php
  2. namespace ClassesWithParents;
  3. trait BTrait
  4. {
  5. use ATrait;
  6. }