3.12.1
Added
Profile via User Repository
You can use the UserRepository
(if you have one), to resolve the profile and perform the updates over the profile by using the UserProfile
trait in your repository:
class UserRepository extends Repository
{
use Binaryk\LaravelRestify\Repositories\UserProfile;
}
Checkout the documentation for more details.