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

11 lines
147 B
PHP

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