remove duplicated trait
This commit is contained in:
@@ -4,9 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Potter\Aware;
|
||||
|
||||
use \Potter\Cloneable\CloneableTrait;
|
||||
|
||||
abstract class Aware extends AbstractAware
|
||||
{
|
||||
use AwareTrait, CloneableTrait;
|
||||
use AwareTrait;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user