Skip to content

Commit 8864d8a

Browse files
committed
Bugfix: fix path for the class registry to find other known elements
1 parent 0380be3 commit 8864d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XML/Registry/ElementRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class ElementRegistry
2727
private function __construct()
2828
{
2929
// Initialize the registry with all the elements we know
30-
$classesDir = dirname(__FILE__, 6) . '/vendor/simplesamlphp/composer-xmlprovider-installer/classes';
30+
$classesDir = dirname(__FILE__, 7) . '/vendor/simplesamlphp/composer-xmlprovider-installer/classes';
3131

3232
if (file_exists($classesDir) === true) {
3333
$directory = new DirectoryIterator($classesDir);

0 commit comments

Comments
 (0)