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