Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
laravel
/
fortify
/
src
/
Contracts
:
UpdatesUserProfileInformation.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Laravel\Fortify\Contracts; /** * @method void update(\Illuminate\Foundation\Auth\User $user, array $input) */ interface UpdatesUserProfileInformation { // }