Fix check.
This commit is contained in:
parent
ef855c1175
commit
52e68f981f
|
@ -11,7 +11,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (file_exists(__DIR__.'/.env'))
|
if (file_exists(__DIR__.'/../.env'))
|
||||||
{
|
{
|
||||||
Dotenv::load(__DIR__.'/../');
|
Dotenv::load(__DIR__.'/../');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue