mirror of
https://github.com/macintoshplus/yaml-migrations.git
synced 2026-03-24 00:42:18 +01:00
Use {$var}, because it's deprecared in PHP 8.2
This commit is contained in:
@@ -45,7 +45,7 @@ class Migrate
|
||||
} elseif (file_exists(\dirname(__DIR__).'/'.$configFilename)) {
|
||||
$this->config = Yaml::parseFile(\dirname(__DIR__).'/'.$configFilename);
|
||||
} else {
|
||||
die("Config file ${configFilename} not found.");
|
||||
die("Config file {$configFilename} not found.");
|
||||
}
|
||||
|
||||
if (file_exists($this->checkpointFilename())) {
|
||||
|
||||
Reference in New Issue
Block a user