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 5c2fcda commit 6dd210bCopy full SHA for 6dd210b
README.md
@@ -106,7 +106,7 @@ You can also add custom operators through the registration mechanism.
106
107
## 🔌 Custom Operators
108
109
-实现 `OperatorInterface` 接口,并通过 `OperatorFactory` 注册:
+Implement the `OperatorInterface` and register through `OperatorFactory`.
110
111
```php
112
use Hejunjie\SimpleRuleEngine\Interface\OperatorInterface;
0 commit comments