mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-17 03:08:18 +02:00
8 lines
55 B
PHP
8 lines
55 B
PHP
<?php
|
|
|
|
namespace ClassesWithParents;
|
|
|
|
trait ATrait
|
|
{
|
|
}
|