vendor and env first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Fortify\Contracts;
|
||||
|
||||
/**
|
||||
* @method void reset(\Illuminate\Foundation\Auth\User $user, array $input)
|
||||
*/
|
||||
interface ResetsUserPasswords
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user