ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/laravel/fortify/src/Contracts/ |
Current File : /home2/selectio/public_html/fms-worksuite/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); }