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: docs/work-with-laravel.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,47 +27,48 @@ class MyModel extends Model
27
27
28
28
> **Tips !** Instead of the standard Model, this bridged one returns Collections, is Serializable, Jsonable, can be used in your Routes and allows relations between an Api Model and an Eloquent Model.
29
29
30
-
Next, into your ServiceProvider, you need to create a link between instance of Api Wrapper and your model :
30
+
Next, into your ServiceProvider, you need to create a link between instance of your custom Api Wrapper and your custom model :
0 commit comments