We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf2407 commit 206632aCopy full SHA for 206632a
1 file changed
src/SimpleSAML/Kernel.php
@@ -66,7 +66,7 @@ public function getCacheDir(): string
66
return $cachePath;
67
}
68
69
- return $configuration->getBaseDir() . DIRECTORY_SEPARATOR . $cachePath;
+ return $configuration->getBaseDir() . $cachePath;
70
71
72
0 commit comments