You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,13 +132,13 @@ trait Versionable
132
132
133
133
Obviously you have to replace `MyVersioningBuilder` by the classname of your custom builder. In addition you have to make sure that your custom builder implements the functionality of the versioning query builder. There are some strategies to do this:
134
134
135
-
* Extend the versioning query builder `ProAi\Versioning\Builder`
136
-
* Use the versioning builder trait `ProAi\Versioning\BuilderTrait`
135
+
* Extend the versioning query builder `ProAI\Versioning\Builder`
136
+
* Use the versioning builder trait `ProAI\Versioning\BuilderTrait`
137
137
* Copy and paste the code from the versioning query builder to your custom builder
138
138
139
139
## Support
140
140
141
-
Bugs and feature requests are tracked on [GitHub](https://github.com/markusjwetzel/eloquent-versioning/issues).
141
+
Bugs and feature requests are tracked on [GitHub](https://github.com/proai/eloquent-versioning/issues).
0 commit comments