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

11 lines
167 B
PHP

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