Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
QA
  • Loading branch information
jakoch committed Aug 27, 2012
1 parent 8d57bc2 commit e9c3ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Koch/Doctrine/Doctrine.php
Expand Up @@ -130,9 +130,9 @@ public static function init($clansuite_config)
$config->newDefaultAnnotationDriver(
self::getModelPathsForAllModules()));

/**
/**
* This is slow like hell, because getAllClassNames traverses all
* dirs and files and includes them. Its a workaround, till i find
* dirs and files and includes them. Its a workaround, till i find
* a better way to acquire all the models.
* @todo optimize this for performance reasons
*/
Expand Down

0 comments on commit e9c3ee8

Please sign in to comment.