Skip to content

Commit

Permalink
Merge branch 'hotfix/httpkernel-required' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Feb 1, 2013
2 parents 8e2dded + d246614 commit 9ef5ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Proem/Util/Loader/Autoloader.php
Expand Up @@ -83,6 +83,10 @@ public function __construct($loadProem = true)
'Symfony\Component\HttpFoundation',
realpath(__DIR__ . '/../../../../vendor/symfony/http-foundation')
);
$this->attachNamespace(
'Symfony\Component\HttpKernel',
realpath(__DIR__ . '/../../../../vendor/symfony/http-kernel')
);
}
}

Expand Down

0 comments on commit 9ef5ce5

Please sign in to comment.