[2.0] Fixed missing argument in AbstractFileDriver.
This commit is contained in:
parent
c7dff99bbe
commit
9427a85e4e
@ -196,7 +196,7 @@ abstract class AbstractFileDriver implements Driver
|
||||
}
|
||||
}
|
||||
|
||||
throw MappingException::mappingFileNotFound($className);
|
||||
throw MappingException::mappingFileNotFound($className, $fileName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user