Skip to content

Commit 7c0db22

Browse files
authored
Added missing Dotenv use
1 parent b5ef07f commit 7c0db22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ could look something like this::
239239
use App\Kernel;
240240
use App\LegacyBridge;
241241
use Symfony\Component\Debug\Debug;
242+
use Symfony\Component\Dotenv\Dotenv;
242243
use Symfony\Component\HttpFoundation\Request;
243244

244245
require dirname(__DIR__).'/vendor/autoload.php';

0 commit comments

Comments
 (0)