We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e1431 commit 7001138Copy full SHA for 7001138
src/Tqdev/PhpCrudApi/Config/Base/ConfigInterface.php
@@ -5,4 +5,5 @@
5
interface ConfigInterface
6
{
7
public function getMiddlewares();
8
+ public function getProperty(string $key, $default = '');
9
}
0 commit comments