Cartalyst\Sentinel\Reminders\IlluminateReminderRepository::expires PHP Method

expires() protected method

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