Skip to content

Commit

Permalink
minor symfony#14855 Added missing Dotenv use (JohnstonCode)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Jan 19, 2021
2 parents b5ef07f + 7c0db22 commit 7fdf1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ could look something like this::
use App\Kernel;
use App\LegacyBridge;
use Symfony\Component\Debug\Debug;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\HttpFoundation\Request;

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

0 comments on commit 7fdf1a6

Please sign in to comment.