Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Here are the aliases for the orm and mongodb odm #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Fix namespace collision
  • Loading branch information
ornicar authored and fabpot committed Oct 4, 2010
commit a38069288ce2f5d37237196531200d7a7cd291cf
4 changes: 2 additions & 2 deletions 4 src/Symfony/Bundle/FrameworkBundle/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\HttpKernel\Client as BaseClient;
use Symfony\Component\BrowserKit\History;
use Symfony\Component\BrowserKit\CookieJar;
use Symfony\Component\HttpKernel\Profiler\Profiler;
use Symfony\Component\HttpKernel\Profiler\Profiler as HttpProfiler;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

Expand Down Expand Up @@ -67,7 +67,7 @@ public function getKernel()
/**
* Gets a profiler for the current Response.
*
* @return Profiler A Profiler instance
* @return HttpProfiler A Profiler instance
*/
public function getProfiler()
{
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.