Skip to content

Commit 6b59b3b

Browse files
committed
Update Configuration.php
1 parent 0b7a1ae commit 6b59b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ubiquity/config/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private static function generateConfig(): array {
3131
public static function generateCache(bool $silent=false) {
3232
$config = self::saveConfig(self::generateConfig(),'config.cache');
3333
if (!$silent) {
34-
$folder = realpath(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
34+
$folder = \realpath(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
3535
echo "Config cache generated in <b>$folder</b>";
3636
}
3737
return $config;

0 commit comments

Comments
 (0)