Skip to content

Commit

Permalink
Update App.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored Aug 9, 2023
1 parent 907dd56 commit 349e5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiori/framework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class App {
*
* @param string $clazz The full name of the class including namespace.
*/
public staticfunction setConfigDriver(string $clazz) {
public static function setConfigDriver(string $clazz) {
self::$ConfigDriver = $clazz;
}
/**
Expand Down

0 comments on commit 349e5bf

Please sign in to comment.