| Current Path : /var/www/html/edd.sumar.com.py/vendor/laravel/fortify/src/Contracts/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/laravel/fortify/src/Contracts/CreatesNewUsers.php |
<?php
namespace Laravel\Fortify\Contracts;
interface CreatesNewUsers
{
/**
* Validate and create a newly registered user.
*
* @param array $input
* @return \Illuminate\Foundation\Auth\User
*/
public function create(array $input);
}