diff --git a/src/il8n.php b/src/il8n.php index 71e0d0a..3381ddf 100644 --- a/src/il8n.php +++ b/src/il8n.php @@ -3,11 +3,11 @@ namespace Aurora; use Aurora\AdapterInterface; -use Aurora\Helper\StatefulTrait; +use Aurora\Helper\ObjectTrait; class il8n { - use StatefulTrait; + use ObjectTrait; protected $Adapter;