Require autoloader relative from the current directory

This commit is contained in:
Yannick Ihmels 2015-07-10 16:26:49 +02:00
parent 8da11d6e03
commit b5ffecdfde
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
require 'vendor/autoload.php';
require dirname(__DIR__) . '/vendor/autoload.php';
// Automatically parse environment configuration (Heroku)
if (getenv('DATABASE_URL')) {