mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Fix migration logging
- Call log method, which will initialize upgradeLogger
This commit is contained in:
parent
6f7f1435b7
commit
252d88e13f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ final class Version20220907112919 extends BaseMigration implements ContainerAwar
|
|||
$envContents = file_get_contents($envFile);
|
||||
|
||||
if (strpos($envContents, 'LOCK_DSN')) {
|
||||
$this->upgradeLogger->info('.env already contains LOCK_DSN. Skipping update.');
|
||||
$this->log('.env already contains LOCK_DSN. Skipping update.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue