We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907dd56 commit 349e5bfCopy full SHA for 349e5bf
webfiori/framework/App.php
@@ -53,7 +53,7 @@ class App {
53
*
54
* @param string $clazz The full name of the class including namespace.
55
*/
56
- public staticfunction setConfigDriver(string $clazz) {
+ public static function setConfigDriver(string $clazz) {
57
self::$ConfigDriver = $clazz;
58
}
59
/**
0 commit comments