Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fdf1a6

Browse files
committed
minor #14855 Added missing Dotenv use (JohnstonCode)
This PR was merged into the 5.1 branch. Discussion ---------- Added missing Dotenv use <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 7c0db22 Added missing Dotenv use
2 parents b5ef07f + 7c0db22 commit 7fdf1a6

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)