Skip to content

Commit

Permalink
Update custom.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Mar 23, 2024
1 parent 90f4f3e commit 8a3c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class CustomCommands {

public static function showConfig() {
public static function showconfig() {
$configPath = rex_path::coreData('config.yml');

if (file_exists($configPath)) {
Expand Down

0 comments on commit 8a3c822

Please sign in to comment.