Skip to content

Commit 349e5bf

Browse files
authored
Update App.php
1 parent 907dd56 commit 349e5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webfiori/framework/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class App {
5353
*
5454
* @param string $clazz The full name of the class including namespace.
5555
*/
56-
public staticfunction setConfigDriver(string $clazz) {
56+
public static function setConfigDriver(string $clazz) {
5757
self::$ConfigDriver = $clazz;
5858
}
5959
/**

0 commit comments

Comments
 (0)