vendor and env first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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);
|
||||
}
|
||||
Reference in New Issue
Block a user