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 0380be3 commit 8864d8aCopy full SHA for 8864d8a
src/XML/Registry/ElementRegistry.php
@@ -27,7 +27,7 @@ final class ElementRegistry
27
private function __construct()
28
{
29
// Initialize the registry with all the elements we know
30
- $classesDir = dirname(__FILE__, 6) . '/vendor/simplesamlphp/composer-xmlprovider-installer/classes';
+ $classesDir = dirname(__FILE__, 7) . '/vendor/simplesamlphp/composer-xmlprovider-installer/classes';
31
32
if (file_exists($classesDir) === true) {
33
$directory = new DirectoryIterator($classesDir);
0 commit comments