Commit 9427a85e authored by romanb's avatar romanb

[2.0] Fixed missing argument in AbstractFileDriver.

parent c7dff99b
......@@ -196,7 +196,7 @@ abstract class AbstractFileDriver implements Driver
}
}
throw MappingException::mappingFileNotFound($className);
throw MappingException::mappingFileNotFound($className, $fileName);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment