Fix for heroku
This commit is contained in:
parent
321ce20007
commit
c700036aa2
|
@ -3,8 +3,10 @@ require __DIR__ . "/vendor/autoload.php";
|
||||||
use Steampixel\Route;
|
use Steampixel\Route;
|
||||||
|
|
||||||
// LOAD DOTENV
|
// LOAD DOTENV
|
||||||
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
|
if (file_exists(__DIR__ . '/.env')) {
|
||||||
$dotenv->load();
|
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
|
||||||
|
$dotenv->load();
|
||||||
|
}
|
||||||
|
|
||||||
// -- HELPERS -- //
|
// -- HELPERS -- //
|
||||||
function getSubdir(): string {
|
function getSubdir(): string {
|
||||||
|
|
Loading…
Reference in a new issue