Skip to content

Commit eeaea8c

Browse files
committed
fixing parameter loading
1 parent 22f9b86 commit eeaea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Admin/CustomersController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function createCustomerAction(CustomerProviderInterface $customerProvider
330330
protected function getTemporaryCustomerFolder()
331331
{
332332
// fetch customer temp directory
333-
$tempDirectory = $this->container->getParameter('pimcore_customer_management_framework.customer_provider.newCustomersTempDir');
333+
$tempDirectory = $this->getParameter('pimcore_customer_management_framework.customer_provider.newCustomersTempDir');
334334

335335
/** @var Folder $folder */
336336
return Service::createFolderByPath($tempDirectory);

0 commit comments

Comments
 (0)