Skip to content

Commit

Permalink
renamed noentities to .noentities
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Dec 2, 2011
1 parent f0934ff commit dee9970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/Kdyby/Doctrine/Mapping/Driver/AnnotationDriver.php
Expand Up @@ -27,12 +27,12 @@
class AnnotationDriver extends Doctrine\ORM\Mapping\Driver\AnnotationDriver
{

const IGNORE_FOLDERS = 'noentities';
const IGNORE_FOLDERS = '.noentities';



/**
* @param array $entities
* @param array $classNames
*/
public function setClassNames(array $classNames)
{
Expand All @@ -42,7 +42,7 @@ public function setClassNames(array $classNames)


/**
* @return Nette\Utils\Finder
* @return \Nette\Utils\Finder
*/
private function createFilesIterator()
{
Expand Down
File renamed without changes.

0 comments on commit dee9970

Please sign in to comment.