Skip to content

Commit

Permalink
Merge branch 'lazy' of github.com:yiisoft/demo into lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Aug 1, 2023
2 parents a519219 + c962acf commit 903908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog-api/src/InfoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function index(DataResponseFactoryInterface $responseFactory): ResponseIn
return $responseFactory->createResponse([
'version' => $this->versionProvider->version,
'lazy' => $this->versionProvider instanceof \ProxyManager\Proxy\LazyLoadingInterface,
'author' => 'yiisoft'
'author' => 'yiisoft',
]);
}
}

0 comments on commit 903908d

Please sign in to comment.