Cartalyst\Sentinel\Activations\IlluminateActivationRepository::expires PHP 메소드

expires() 보호된 메소드

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