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