Skip to content

Commit

Permalink
Change to registerMediaConversions (#1544)
Browse files Browse the repository at this point in the history
I think `registerModelConversions` should be `registerMediaConversions`. At least I couldn't find `registerModelConversions` anywhere.
  • Loading branch information
EricBusch authored and freekmurze committed Sep 2, 2019
1 parent 8a3839a commit a96b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/defining-conversions.md
Expand Up @@ -3,7 +3,7 @@ title: Defining conversions
weight: 2
---

A media conversion can be added to your model in the `registerModelConversions`-function. It should start with a call to `addMediaConversion`. From there on you can use any of the methods available in the API. They are all chainable.
A media conversion can be added to your model in the `registerMediaConversions`-function. It should start with a call to `addMediaConversion`. From there on you can use any of the methods available in the API. They are all chainable.

Take a look in the [Defining conversions section](/laravel-medialibrary/v7/converting-images/defining-conversions/)
for more details.
Expand Down

0 comments on commit a96b243

Please sign in to comment.