Skip to content

Commit

Permalink
fixed missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Jan 17, 2016
1 parent e6b533d commit 79bea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/IsStackedTrait.php
Expand Up @@ -2,7 +2,7 @@

namespace Khill\Lavacharts\Traits;


use \Khill\Lavacharts\Utils;
use \Khill\Lavacharts\Exceptions\InvalidConfigValue;

trait IsStackedTrait
Expand Down

0 comments on commit 79bea88

Please sign in to comment.