diff options
Diffstat (limited to 'app/common.php')
-rw-r--r-- | app/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/common.php b/app/common.php index 33e45f0d..85a2b7d2 100644 --- a/app/common.php +++ b/app/common.php @@ -4,7 +4,6 @@ require dirname(__DIR__) . '/vendor/autoload.php'; // Automatically parse environment configuration (Heroku) if (getenv('DATABASE_URL')) { - $dbopts = parse_url(getenv('DATABASE_URL')); define('DB_DRIVER', $dbopts['scheme']); |