File "UpdatesUserPasswords.php"

Full Path: /var/www/drive/laravel/fortify/src/Contracts/UpdatesUserPasswords.php
File size: 172 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 UpdatesUserPasswords
{
    //
}