12. ErrorException
…/­vendor/­nesbot/­carbon/­src/­Carbon/­Carbon.php2127
11. Illuminate\Exception\Handler handleError
…/­vendor/­composer/­ClassLoader.php412
10. include
…/­vendor/­composer/­ClassLoader.php412
9. Composer\Autoload\includeFile
…/­vendor/­composer/­ClassLoader.php301
8. Composer\Autoload\ClassLoader loadClass
<#unknown>0
7. spl_autoload_call
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php214
6. Illuminate\Session\Middleware getCookieLifetime
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php190
5. Illuminate\Session\Middleware addCookieToResponse
…/­vendor/­laravel/­framework/­src/­Illuminate/­Session/­Middleware.php81
4. Illuminate\Session\Middleware handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Queue.php47
3. Illuminate\Cookie\Queue handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Cookie/­Guard.php51
2. Illuminate\Cookie\Guard handle
…/­vendor/­stack/­builder/­src/­Stack/­StackedHttpKernel.php23
1. Stack\StackedHttpKernel handle
…/­vendor/­laravel/­framework/­src/­Illuminate/­Foundation/­Application.php606
0. Illuminate\Foundation\Application run
…/­public/­index.php49

ErrorException

Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL)

   */
   public function average(Carbon $dt = null)
   {
      $dt = ($dt === null) ? static::now($this->tz) : $dt;
 
      return $this->addSeconds(intval($this->diffInSeconds($dt, false) / 2));
   }
}
 
/**
 * Scope isolated include.
 *
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
 
/**
 * Scope isolated include.
 *
 * Prevents access to $this/self from included files.
 */
function includeFile($file)
{
    include $file;
}
 
     *
     * @param  string    $class The name of the class
     * @return bool|null True if loaded, null otherwise
     */
    public function loadClass($class)
    {
        if ($file = $this->findFile($class)) {
            includeFile($file);
 
            return true;
<#unknown>
	 *
	 * @return int
	 */
	protected function getCookieLifetime()
	{
		$config = $this->manager->getSessionConfig();
 
		return $config['expire_on_close'] ? 0 : Carbon::now()->addMinutes($config['lifetime']);
	}
 
		$s = $session;
 
		if ($this->sessionIsPersistent($c = $this->manager->getSessionConfig()))
		{
			$secure = array_get($c, 'secure', false);
 
			$response->headers->setCookie(new Cookie(
				$s->getName(), $s->getId(), $this->getCookieLifetime(), $c['path'], $c['domain'], $secure
			));
		}
		// Again, if the session has been configured we will need to close out the session
		// so that the attributes may be persisted to some storage medium. We will also
		// add the session identifier cookie to the application response headers now.
		if ($this->sessionConfigured())
		{
			$this->closeSession($session);
 
			$this->addCookieToResponse($response, $session);
		}
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		$response = $this->app->handle($request, $type, $catch);
 
		foreach ($this->cookies->getQueuedCookies() as $cookie)
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @param  int   $type
	 * @param  bool  $catch
	 * @return \Symfony\Component\HttpFoundation\Response
	 */
	public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
	{
		return $this->encrypt($this->app->handle($this->decrypt($request), $type, $catch));
	}
 
    {
        $this->app = $app;
        $this->middlewares = $middlewares;
    }
 
    public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
    {
        return $this->app->handle($request, $type, $catch);
    }
 
	 * @param  \Symfony\Component\HttpFoundation\Request  $request
	 * @return void
	 */
	public function run(SymfonyRequest $request = null)
	{
		$request = $request ?: $this['request'];
 
		$response = with($stack = $this->getStackedClient())->handle($request);
 
		$response->send();
| Once we have the application, we can simply call the run method,
| which will execute the request and send the response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have whipped up for them.
|
*/
 
$app->run();
 
Key Value
REDIRECT_UNIQUE_ID ZgZgAwoT-AEAAVEXSTwAAAJm
REDIRECT_SCRIPT_URL /mostra2015/public/account/forgot-password
REDIRECT_SCRIPT_URI https://aplicativos.ufmg.br/mostra2015/public/account/forgot-password
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI aplicativos.ufmg.br
REDIRECT_STATUS 200
UNIQUE_ID ZgZgAwoT-AEAAVEXSTwAAAJm
SCRIPT_URL /mostra2015/public/account/forgot-password
SCRIPT_URI https://aplicativos.ufmg.br/mostra2015/public/account/forgot-password
HTTPS on
SSL_TLS_SNI aplicativos.ufmg.br
SSL_SERVER_S_DN_C BR
SSL_SERVER_S_DN_ST MINAS GERAIS
SSL_SERVER_S_DN_L Belo Horizonte
SSL_SERVER_S_DN_O UNIVERSIDADE FEDERAL DE MINAS GERAIS
SSL_SERVER_S_DN_CN *.ufmg.br
SSL_SERVER_I_DN_C BE
SSL_SERVER_I_DN_O GlobalSign nv-sa
SSL_SERVER_I_DN_CN GlobalSign RSA OV SSL CA 2018
SSL_VERSION_INTERFACE mod_ssl/2.2.15
SSL_VERSION_LIBRARY OpenSSL/1.0.1e-fips
SSL_PROTOCOL TLSv1.2
SSL_SECURE_RENEG true
SSL_COMPRESS_METHOD NULL
SSL_CIPHER ECDHE-RSA-AES256-GCM-SHA384
SSL_CIPHER_EXPORT false
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_ALGKEYSIZE 256
SSL_CLIENT_VERIFY NONE
SSL_SERVER_M_VERSION 3
SSL_SERVER_M_SERIAL 0DF2187002FA9898174F4AC5
SSL_SERVER_V_START Jun 15 17:36:03 2023 GMT
SSL_SERVER_V_END Jul 16 17:36:02 2024 GMT
SSL_SERVER_S_DN /C=BR/ST=MINAS GERAIS/L=Belo Horizonte/O=UNIVERSIDADE FEDERAL DE MINAS GERAIS/CN=*.ufmg.br
SSL_SERVER_I_DN /C=BE/O=GlobalSign nv-sa/CN=GlobalSign RSA OV SSL CA 2018
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_A_SIG sha256WithRSAEncryption
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST aplicativos.ufmg.br
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE Apache/2.2.15 (CentOS) PHP/7.3.25 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips Phusion_Passenger/5.1.5 mod_perl/2.0.4 Perl/v5.10.1
SERVER_NAME aplicativos.ufmg.br
SERVER_ADDR 10.19.8.1
SERVER_PORT 443
REMOTE_ADDR 35.175.112.61
DOCUMENT_ROOT /var/www/html
SERVER_ADMIN opr@cecom.ufmg.br
SCRIPT_FILENAME /var/www/html/mostra2015/public/index.php
REMOTE_PORT 47862
REDIRECT_URL /mostra2015/public/account/forgot-password
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /mostra2015/public/account/forgot-password
SCRIPT_NAME /mostra2015/public/index.php
PHP_SELF /mostra2015/public/index.php
REQUEST_TIME_FLOAT 1711693827.7323
REQUEST_TIME 1711693827
empty
empty
empty
empty
empty
empty
0. Whoops\Handler\PrettyPageHandler