Skip to content

Commit

Permalink
added missing InjectApp trait
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Sep 11, 2014
1 parent 15c93cb commit 1e8bb69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

use IronMQ;

use InjectApp;

class Controller
{
use InjectApp;
use \InjectApp;

public static $properties = [
'routes' => [
Expand Down

0 comments on commit 1e8bb69

Please sign in to comment.