[2.0] Fixed missing argument in AbstractFileDriver.
This commit is contained in:
parent
c7dff99bbe
commit
9427a85e4e
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ abstract class AbstractFileDriver implements Driver
|
|||
}
|
||||
}
|
||||
|
||||
throw MappingException::mappingFileNotFound($className);
|
||||
throw MappingException::mappingFileNotFound($className, $fileName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue