1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00

Upgrade vlucas/phpdotenv to ^5.0

`Dotenv::create($paths)` was the syntax for releases before v4
This commit is contained in:
Erik Gaal 2022-02-11 18:56:07 +01:00
parent f08e33afd8
commit 32f622f5ab
No known key found for this signature in database
GPG key ID: 8733B288F439A599
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
protected function getEnvironmentSetUp($app)
{
if (file_exists(__DIR__ . '/../.env')) {
\Dotenv\Dotenv::create(__DIR__ . '/..')->load();
\Dotenv\Dotenv::createImmutable(__DIR__ . '/..')->load();
}
$app['config']->set([