11 lines
175 B
PHP
11 lines
175 B
PHP
<?php
|
|
|
|
namespace Laravel\Fortify\Contracts;
|
|
|
|
use Illuminate\Contracts\Support\Responsable;
|
|
|
|
interface EmailVerificationNotificationSentResponse extends Responsable
|
|
{
|
|
//
|
|
}
|