We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f19a2 commit 5e18289Copy full SHA for 5e18289
src/Controller/VatriGoogleDriveAuthController.php
@@ -28,7 +28,7 @@ class VatriGoogleDriveAuthController extends AbstractController
28
*/
29
private $driveApiService;
30
31
- public function __construct(ParameterBagInterface $parameterBag, RequestStack $requestSatck, DriveApiService $driveApiService)
+ public function __construct(ParameterBagInterface $parameterBag, RequestStack $requestStack, DriveApiService $driveApiService)
32
{
33
try {
34
$this->session = $requestStack->getSession();
0 commit comments