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 57cbc25 commit c2337beCopy full SHA for c2337be
src/Ubiquity/config/Configuration.php
@@ -31,7 +31,7 @@ private static function generateConfig(): array {
31
public static function generateCache(bool $silent=false) {
32
$config = self::saveConfig(self::generateConfig(),'config.cache');
33
if (!$silent) {
34
- $folder = \basename(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
+ $folder = \dirname(\ROOT.self::CONFIG_CACHE_LOCATION.'config.cache.php');
35
echo "Config cache generated in <b>$folder</b>";
36
}
37
return $config;
0 commit comments