Skip to content

Commit

Permalink
Set default for defaultDocumentRepositoryClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Apr 30, 2020
1 parent bbfe5b6 commit 9c0731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineMongoODMModule/Options/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Configuration extends AbstractOptions
protected $repositoryFactory;

/** @var string */
protected $defaultDocumentRepositoryClassName;
protected $defaultDocumentRepositoryClassName = DefaultDocumentRepository::class;

/**
* Number of times to attempt to connect if an exception is encountered
Expand Down

0 comments on commit 9c0731c

Please sign in to comment.