Added vendor/ directory for Composer's installed files
This commit is contained in:
12
vendor/illuminate/contracts/Auth/CanResetPassword.php
vendored
Executable file
12
vendor/illuminate/contracts/Auth/CanResetPassword.php
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
<?php namespace Illuminate\Contracts\Auth;
|
||||
|
||||
interface CanResetPassword {
|
||||
|
||||
/**
|
||||
* Get the e-mail address where password reset links are sent.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getEmailForPasswordReset();
|
||||
|
||||
}
|
Reference in New Issue
Block a user