Skip to content

Commit

Permalink
Minor fix to the previous TableLocator change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Nov 19, 2015
1 parent 8a6606b commit b559e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Locator/TableLocator.php
Expand Up @@ -146,7 +146,7 @@ public function get($alias, array $options = [])
$options += $this->_config[$alias];
}

$className = $this->_getClassName($alias, $options);
$className = $options['className'] = $this->_getClassName($alias, $options);
if ($className) {
$options['className'] = $className;
} else {
Expand Down

0 comments on commit b559e69

Please sign in to comment.