Skip to content

Commit 2269fba

Browse files
Random fixes
1 parent 801157e commit 2269fba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Mapping/Loader/LoaderChain.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,12 @@ public function loadClassMetadata(ClassMetadata $metadata)
5656

5757
return $success;
5858
}
59+
60+
/**
61+
* @return LoaderInterface[]
62+
*/
63+
public function getLoaders()
64+
{
65+
return $this->loaders;
66+
}
5967
}

0 commit comments

Comments
 (0)