Compare commits

..

2 Commits

Author SHA1 Message Date
jay e7ab2b417f remove duplicated trait 2026-06-14 11:50:01 -04:00
jay 707d8cdfca missing use statement 2026-06-14 11:41:27 -04:00
+1 -1
View File
@@ -6,5 +6,5 @@ namespace Potter\Aware;
abstract class Aware extends AbstractAware abstract class Aware extends AbstractAware
{ {
use AwareTrait, CloneableTrait; use AwareTrait;
} }