File "ResetsUserPasswords.php"

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

<?php

namespace Laravel\Fortify\Contracts;

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