Files
theloftstore/vendor/laravel/fortify/src/Contracts/EmailVerificationNotificationSentResponse.php
T
2025-03-28 08:52:46 +01:00

11 lines
175 B
PHP

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