Skip to content

Commit

Permalink
ORM service is optional (#180)
Browse files Browse the repository at this point in the history
* ORM service is optional

* Temporarily workaround listSearchIndexes exception
  • Loading branch information
mustanggb authored Aug 26, 2024
1 parent c015985 commit 37394d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"ext-sqlite3": "*",
"symfony/browser-kit": "^5.4|^6.0|^7.0",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/mongodb-odm": "<2.8",
"doctrine/mongodb-odm-bundle": "^4.6|^5.0",
"doctrine/orm": "^2.19.3|^3.0",
"florianv/exchanger": "^2.8.1",
Expand Down
1 change: 0 additions & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<service id="%tbbc_money.pair_manager_interface.class%" alias="tbbc_money.pair_manager" public="false">
</service>
<service id="tbbc_money.pair_history_manager" class="%tbbc_money.pair_history_manager.class%" public="true">
<argument type="service" id="doctrine.orm.entity_manager"/>
<argument>%tbbc_money.reference_currency%</argument>
</service>
<service id="%tbbc_money.pair_history_manager_interface.class%" alias="tbbc_money.pair_history_manager" public="false">
Expand Down

0 comments on commit 37394d8

Please sign in to comment.