%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/kpk/api/vendor/laravel/framework/src/Illuminate/Contracts/Auth/
Upload File :
Create Path :
Current File : /var/www/html/kpk/api/vendor/laravel/framework/src/Illuminate/Contracts/Auth/MustVerifyEmail.php

<?php

namespace Illuminate\Contracts\Auth;

interface MustVerifyEmail
{
    /**
     * Determine if the user has verified their email address.
     *
     * @return bool
     */
    public function hasVerifiedEmail();

    /**
     * Mark the given user's email as verified.
     *
     * @return bool
     */
    public function markEmailAsVerified();

    /**
     * Send the email verification notification.
     *
     * @return void
     */
    public function sendEmailVerificationNotification();
}

Zerion Mini Shell 1.0