Skip to content

Commit

Permalink
fixed php syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Sep 13, 2022
1 parent 2ad95b6 commit da38ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Util/Request/RequestUtil.php
Expand Up @@ -27,7 +27,9 @@ class RequestUtil
* @var array
*/
protected $kernelPackages;
private ContaoFramework $contaoFramework;

/** @var ContaoFramework */
private $contaoFramework;

public function __construct(ModelUtil $modelUtil, RequestStack $requestStack, array $kernelPackages, ContaoFramework $contaoFramework)
{
Expand Down

0 comments on commit da38ec5

Please sign in to comment.