Skip to content

Commit e8daebe

Browse files
committed
Add ConfigInterface
1 parent 7001138 commit e8daebe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

api.include.php

+1
Original file line numberDiff line numberDiff line change
@@ -4429,6 +4429,7 @@ public function removeTable(string $tableName): bool
44294429
interface ConfigInterface
44304430
{
44314431
public function getMiddlewares();
4432+
public function getProperty(string $key, $default = '');
44324433
}
44334434
}
44344435

api.php

+1
Original file line numberDiff line numberDiff line change
@@ -4429,6 +4429,7 @@ public function removeTable(string $tableName): bool
44294429
interface ConfigInterface
44304430
{
44314431
public function getMiddlewares();
4432+
public function getProperty(string $key, $default = '');
44324433
}
44334434
}
44344435

0 commit comments

Comments
 (0)