File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 314314 "repo": "github.com/symfony/recipes",
315315 "branch": "main",
316316 "version": "9.6",
317- "ref": "7364a21d87e658eb363c5020c072ecfdc12e2326 "
317+ "ref": "6a9341aa97d441627f8bd424ae85dc04c944f8b4 "
318318 },
319319 "files": [
320- "./. env.test",
321- "./ phpunit.xml.dist",
322- "./ tests/bootstrap.php"
320+ ".env.test",
321+ "phpunit.xml.dist",
322+ "tests/bootstrap.php"
323323 ]
324324 },
325325 "psr/cache": {
Original file line number Diff line number Diff line change 44
55use Symfony \Component \Dotenv \Dotenv ;
66require dirname (__DIR__ ).'/vendor/autoload.php ' ;
7- if (file_exists (dirname (__DIR__ ).'/config/bootstrap.php ' )) {
8- require dirname (__DIR__ ).'/config/bootstrap.php ' ;
9- } elseif (method_exists (Dotenv::class, 'bootEnv ' )) {
7+
8+ if (method_exists (Dotenv::class, 'bootEnv ' )) {
109 (new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
1110}
1211if ($ _SERVER ['APP_DEBUG ' ]) {
You can’t perform that action at this time.
0 commit comments