Files
Sistema-Educativo-Laravel/vendor/laravel/fortify/src/Contracts/ResetPasswordViewResponse.php
T

11 lines
159 B
PHP

<?php
namespace Laravel\Fortify\Contracts;
use Illuminate\Contracts\Support\Responsable;
interface ResetPasswordViewResponse extends Responsable
{
//
}