mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°8910 - Upgrade Symfony packages (#811)
This commit is contained in:
@@ -23,7 +23,13 @@ use Symfony\Component\Dotenv\Dotenv;
|
||||
/**
|
||||
* A console command to compile .env files into a PHP-optimized file called .env.local.php.
|
||||
*
|
||||
* @internal
|
||||
* To use this command, first register it explicitly as a service, e.g in your services.yaml file:
|
||||
*
|
||||
* ```yaml
|
||||
* services:
|
||||
* # [...]
|
||||
* Symfony\Component\Dotenv\Command\DotenvDumpCommand: ~
|
||||
* ```
|
||||
*/
|
||||
#[Autoconfigure(bind: ['$projectDir' => '%kernel.project_dir%', '$defaultEnv' => '%kernel.environment%'])]
|
||||
#[AsCommand(name: 'dotenv:dump', description: 'Compile .env files to .env.local.php')]
|
||||
|
||||
Reference in New Issue
Block a user