From 5c508479f972548b44efd7d37a58cb7df193f6f5 Mon Sep 17 00:00:00 2001 From: VeeeneX Date: Tue, 11 Aug 2015 11:21:52 +0200 Subject: [PATCH] Renamed trait --- src/il8n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;