1
0
mirror of synced 2025-01-17 22:11:41 +03:00
This commit is contained in:
zYne 2007-10-07 20:35:22 +00:00
parent 7a014f6d15
commit 13e75b2ccb

View File

@ -42,7 +42,7 @@ class Doctrine_Locator implements Countable, IteratorAggregate
/**
* @var string $_classPrefix the default class prefix
*/
protected $_classPrefix = 'Sensei_';
protected $_classPrefix = 'Doctrine_';
/**
* @var array $_instances a pool of this object's instances
*/