Skip to content

Commit

Permalink
removed duplicate 'className' check
Browse files Browse the repository at this point in the history
  • Loading branch information
segy committed May 7, 2018
1 parent 80428db commit faa07a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ORM/Locator/TableLocator.php
Expand Up @@ -191,10 +191,6 @@ public function get($alias, array $options = [])
$options += $this->_config[$alias];
}

if (empty($options['className'])) {
$options['className'] = Inflector::camelize($alias);
}

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

0 comments on commit faa07a0

Please sign in to comment.