Skip to content

Commit 5e18289

Browse files
committed
fix typo
1 parent f0f19a2 commit 5e18289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/VatriGoogleDriveAuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VatriGoogleDriveAuthController extends AbstractController
2828
*/
2929
private $driveApiService;
3030

31-
public function __construct(ParameterBagInterface $parameterBag, RequestStack $requestSatck, DriveApiService $driveApiService)
31+
public function __construct(ParameterBagInterface $parameterBag, RequestStack $requestStack, DriveApiService $driveApiService)
3232
{
3333
try {
3434
$this->session = $requestStack->getSession();

0 commit comments

Comments
 (0)