Cartalyst\Sentinel\Reminders\ReminderRepositoryInterface::create PHP 메소드

create() 공개 메소드

Create a new reminder record and code.
public create ( Cartalyst\Sentinel\Users\UserInterface $user ) : string
$user Cartalyst\Sentinel\Users\UserInterface
리턴 string
    public function create(UserInterface $user);