@@ -1,8 +1,5 @@ |
||
1 | 1 | <?php namespace C4tech\RayEmitter\Domain; |
2 | 2 | |
3 | -use C4tech\RayEmitter\Contracts\Domain\AggregateRoot as AggregateRootInterface; |
|
4 | -use C4tech\RayEmitter\Exceptions\UnknownProperty; |
|
5 | - |
|
6 | 3 | trait AggregateRoot // extends AggregateRootInterface |
7 | 4 | { |
8 | 5 | /** |