Skip to content

Commit

Permalink
Fixing bad use statement after server refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 11, 2014
1 parent ffe5818 commit e313fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/web/index.php
@@ -1,6 +1,6 @@
<?php

use Symfony\Component\HttpFoundation\Request;
use OAuth2\HttpFoundationBridge\Request;

$app = require_once __DIR__.'/../bootstrap.php';

Expand Down

0 comments on commit e313fec

Please sign in to comment.