This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Bug in legacy/src/Proxy/Request.php #1
Comments
Can you open a PR for that? |
What is PR? |
Pull Request |
Yes, but after a couple of hours |
sagikazarmark, access to the repository? |
Fork it. See the CONTRIBUTING guide. |
ok |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
legacy/src/Proxy/Request.php
public static function getInstance()
{
$stack = static::getContainer()->get('requestInstance');
}
to
public static function getInstance()
{
return static::getContainer()->get('requestInstance');
}
The text was updated successfully, but these errors were encountered: