Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Bug in legacy/src/Proxy/Request.php #1

Description

@Delpfine

legacy/src/Proxy/Request.php

public static function getInstance()
{
$stack = static::getContainer()->get('requestInstance');
}

to

public static function getInstance()
{
return static::getContainer()->get('requestInstance');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions