Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandOrientedTmp committed Jan 28, 2019
2 parents d99fcff + 7115fc7 commit 7b83348
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Migration/Loader/DataFixturesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
use Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Class DataFixturesLoader
* @package Effiana\MigrationBundle\Migration\Loader
*/
class DataFixturesLoader extends ContainerAwareLoader
{
/** @var EntityManager */
Expand Down Expand Up @@ -108,6 +112,7 @@ protected function isFixtureAlreadyLoaded($fixtureObject)

/**
* @return array
* @throws \ReflectionException
*/
protected function getAllFixtures()
{
Expand Down
1 change: 1 addition & 0 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ services:
- { name: effiana_migration.extension, extension_name: data_store }

effiana_migration.tools.schema_dumper:
public: true
class: '%effiana_migration.tools.schema_dumper.class%'
arguments:
- '@twig'
Expand Down
2 changes: 1 addition & 1 deletion src/Tools/DbIdentifierNameGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DbIdentifierNameGenerator
*/
public function getMaxIdentifierSize()
{
return 30;
return 50;
}

/**
Expand Down

0 comments on commit 7b83348

Please sign in to comment.