bourse stock

9 lines
71 B

<?php
namespace ClassesWithParents;
trait BTrait
{
use ATrait;
}