__dir__ -> __DIR__
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ function processWar_NG(
|
||||
WarUnitCity $city,
|
||||
int $relYear
|
||||
):bool{
|
||||
$templates = new \League\Plates\Engine(__dir__.'/templates');
|
||||
$templates = new \League\Plates\Engine(__DIR__.'/templates');
|
||||
|
||||
$logger = $attacker->getLogger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user