We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001138 commit e8daebeCopy full SHA for e8daebe
api.include.php
@@ -4429,6 +4429,7 @@ public function removeTable(string $tableName): bool
4429
interface ConfigInterface
4430
{
4431
public function getMiddlewares();
4432
+ public function getProperty(string $key, $default = '');
4433
}
4434
4435
api.php
0 commit comments