We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24991fc commit 716afe5Copy full SHA for 716afe5
README.md
@@ -474,8 +474,9 @@ What you have to do:
474
- Replace usages of the method ```searchAndRead``` by the method ```findBy```.
475
476
Logs:
477
-- Deleted static method ```Client::createFromConfig(array $config)```.
478
- Replaced package [darkaonline/ripcord](https://github.com/DarkaOnLine/Ripcord) to [phpxmlrpc/phpxmlrpc](https://github.com/gggeek/phpxmlrpc).
+- Created XML-RPC client.
479
+- Deleted static method ```Client::createFromConfig(array $config)```..
480
- Renamed ORM method ```searchAndRead(...)``` to ```findBy(...)```.
481
- Added ORM methods ```find(...)``` to ```findOneBy(...)```.
482
- Added expression builder support.
0 commit comments