cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

missing documentation #521

Open MellianStudios opened 4 years ago

MellianStudios commented 4 years ago

Hello, while working with reminder I noticed method exists no longer returns instance like in v2 but just bool and there is method get (which have to be found by looking into ReminderRepositoryInterface). Would be great for future package users to have it in documentation.

brunogaspar commented 4 years ago

I noticed method exists no longer returns instance like in v2 but just bool

Yes, this is correct, is documented https://cartalyst.com/manual/sentinel/3.x#reminder-exists

and there is method get (which have to be found by looking into ReminderRepositoryInterface)

You're more than welcome to add it to the documentation by sending a pull request :)