Skip to content

Commit

Permalink
Renamed trait
Browse files Browse the repository at this point in the history
  • Loading branch information
VeeeneX committed Aug 11, 2015
1 parent f8e1ffe commit 5c50847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/il8n.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5c50847

Please sign in to comment.