upgraded dependencies

This commit is contained in:
RafficMohammed
2023-01-08 01:59:16 +05:30
parent 51056e3aad
commit f9ae387337
6895 changed files with 133617 additions and 178680 deletions

View File

@@ -27,14 +27,14 @@ interface FragmentRendererInterface
*
* @param string|ControllerReference $uri A URI as a string or a ControllerReference instance
*
* @return Response A Response instance
* @return Response
*/
public function render($uri, Request $request, array $options = []);
/**
* Gets the name of the strategy.
*
* @return string The strategy name
* @return string
*/
public function getName();
}