Cartalyst\Sentinel\Reminders\IlluminateReminderRepository::expires PHP Méthode

expires() protected méthode

Returns the expiration date.
protected expires ( ) : Carbon\Carbon
Résultat Carbon\Carbon
    protected function expires()
    {
        return Carbon::now()->subSeconds($this->expires);
    }