summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common.php b/app/common.php
index d1659018..b5871673 100644
--- a/app/common.php
+++ b/app/common.php
@@ -1,6 +1,6 @@
<?php
-require 'vendor/autoload.php';
+require dirname(__DIR__) . '/vendor/autoload.php';
// Automatically parse environment configuration (Heroku)
if (getenv('DATABASE_URL')) {