Require autoloader relative from the current directory
This commit is contained in:
parent
8da11d6e03
commit
b5ffecdfde
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require 'vendor/autoload.php';
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
// Automatically parse environment configuration (Heroku)
|
||||
if (getenv('DATABASE_URL')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue