Skip to content

Commit

Permalink
use new Aura.Di instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 30, 2014
1 parent 44e04ec commit 259073d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ProjectContainer.php
Expand Up @@ -10,7 +10,6 @@
*/
namespace Aura\Project_Kernel;

use Aura\Di\Config;
use Aura\Di\Container;
use Aura\Di\Factory;
use Aura\Includer\Includer;
Expand Down Expand Up @@ -51,7 +50,7 @@ public static function factory(
$project = new Project($base, $env, $installed);

// create the container and set services
$di = new Container(new Config, new Factory);
$di = new Container(new Factory);
$di->set('loader', $loader);
$di->set('project', $project);

Expand Down

0 comments on commit 259073d

Please sign in to comment.