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 29bafa1 commit 2ccf2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace Aurora;

use Aurora\Helper\StatefulTrait;
use Aurora\Helper\ObjectTrait;

class Config
{
/**
* Helper trait
*/
use StatefulTrait;
use ObjectTrait;

/**
* Constructor
Expand Down

0 comments on commit 2ccf2d7

Please sign in to comment.