Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 24, 2023
1 parent def7f34 commit 10400fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Xml/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public function __construct(Container $app)
*
* @return array{0: object, 1: string}
*/
#[\Override]
protected function makeFilterResolver(string $class, string $method): array
{
return [$this->app->make($class), $method];
Expand All @@ -38,6 +39,7 @@ protected function makeFilterResolver(string $class, string $method): array
* @param mixed $value
* @return mixed
*/
#[\Override]
protected function callFilterResolver(callable $resolver, $value)
{
return $this->app->call($resolver, ['value' => $value]);
Expand Down

0 comments on commit 10400fc

Please sign in to comment.