Skip to content

Commit 7001138

Browse files
committed
Add ConfigInterface
1 parent e7e1431 commit 7001138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tqdev/PhpCrudApi/Config/Base/ConfigInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
interface ConfigInterface
66
{
77
public function getMiddlewares();
8+
public function getProperty(string $key, $default = '');
89
}

0 commit comments

Comments
 (0)