mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 14:34:44 +02:00
Add env. to egg upgrader
This commit is contained in:
parent
7b0a15e746
commit
d6b71885ec
@ -23,6 +23,7 @@ class EggImporterService
|
|||||||
'server.build.memory' => 'server.build.memory_limit',
|
'server.build.memory' => 'server.build.memory_limit',
|
||||||
'server.build.env.' => 'server.environment.',
|
'server.build.env.' => 'server.environment.',
|
||||||
'server.build.environment.' => 'server.environment.',
|
'server.build.environment.' => 'server.environment.',
|
||||||
|
'env.' => 'server.environment.',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function __construct(protected ConnectionInterface $connection)
|
public function __construct(protected ConnectionInterface $connection)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user