Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Chybné namespace #31

Merged
merged 1 commit into from Mar 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Nella/NetteAddons/Doctrine/Config/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function loadConfiguration()

// cache
$builder->addDefinition($this->prefix('cache'))
->setClass('Nella\Addons\Doctrine\Cache', array('@cacheStorage'));
->setClass('Nella\NetteAddons\Doctrine\Cache', array('@cacheStorage'));

// annotation reader factory
$annotationReaderFactory = $builder->addDefinition($this->prefix('annotationReader'))
Expand Down Expand Up @@ -296,7 +296,7 @@ public static function createConnection(array $config, \Doctrine\Common\EventMan

$cfg = new \Doctrine\DBAL\Configuration;
if (isset($config['debugger']) && $config['debugger'] === TRUE) {
$panel = new \Nella\Addons\Doctrine\Diagnostics\ConnectionPanel;
$panel = new \Nella\NetteAddons\Doctrine\Diagnostics\ConnectionPanel;
if (Debugger::$bar) {
Debugger::$bar->addPanel($panel);
}
Expand Down