File "UpdatesUserProfileInformation.php"

Full Path: /var/www/drive/laravel/fortify/src/Contracts/UpdatesUserProfileInformation.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Fortify\Contracts;

/**
 * @method void update(\Illuminate\Foundation\Auth\User $user, array $input)
 */
interface UpdatesUserProfileInformation
{
    //
}