Skip to content

Commit

Permalink
Update MergeIndexes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Aug 19, 2019
1 parent e06c503 commit 445f591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/MergeIndexes.php
Expand Up @@ -18,7 +18,9 @@
use Doctrine\Common\Annotations\AnnotationReader;
use Spiral\Database\Schema\AbstractTable;


/**
* Copy index definitions from Mapper/Repository to Entity.
*/
final class MergeIndexes implements GeneratorInterface
{
/** @var AnnotationReader */
Expand Down Expand Up @@ -131,4 +133,4 @@ protected function mapColumns(Entity $entity, array $columns): array

return $result;
}
}
}

0 comments on commit 445f591

Please sign in to comment.