bootstrap.php 441 B

123456789101112131415
  1. <?php
  2. /*
  3. * this file is part of the symfony package.
  4. *
  5. * (c) fabien potencier <fabien.potencier@symfony-project.com>
  6. *
  7. * for the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. $rootDir = __DIR__.'/../../../../../../';
  11. require_once $rootDir.'/vendor/symfony/src/Symfony/Component/ClassLoader/UniversalClassLoader.php';
  12. require_once $rootDir.'/app/autoload.php';