Skip to content

Commit b701cef

Browse files
committed
make public
1 parent ca7fe25 commit b701cef

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
],
1111
"license": "MIT",
1212
"minimum-stability": "stable",
13-
"repositories": [
14-
{
15-
"type": "vcs",
16-
"url": "https://github.com/utopia-php/di"
17-
}
18-
],
1913
"autoload": {
2014
"psr-4": {
2115
"Utopia\\": "src/",

src/Http/Http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public static function setAllowOverride(bool $value): void
357357
*
358358
* @throws Exception
359359
*/
360-
protected function getResource(string $name, Container $scope): mixed
360+
public function getResource(string $name, Container $scope): mixed
361361
{
362362
try {
363363
return $scope->get($name);
@@ -381,7 +381,7 @@ protected function getResource(string $name, Container $scope): mixed
381381
*
382382
* @throws Exception
383383
*/
384-
protected function getResources(array $list, Container $scope): array
384+
public function getResources(array $list, Container $scope): array
385385
{
386386
$resources = [];
387387

0 commit comments

Comments
 (0)