Move namespace imports to the same place.

8.0.x
Larry Garfield 2012-02-23 23:01:18 -06:00
parent 251d38bd84
commit 2bc27d0fb0
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?php
use Drupal\Core\DrupalApp;
use Symfony\Component\HttpFoundation\Request;
/**
* @file
@ -18,8 +19,6 @@ use Drupal\Core\DrupalApp;
*/
define('DRUPAL_ROOT', getcwd());
use Symfony\Component\HttpFoundation\Request;
// Bootstrap the lowest level of what we need.
require_once DRUPAL_ROOT . '/core/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);