ok

Mini Shell

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

Zerion Mini Shell 1.0