Skip to content

Commit f884243

Browse files
author
Alexandr Sharamko
committed
Fixed alias
1 parent 82821eb commit f884243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/VichUploaderEncryptExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function load(array $configs, ContainerBuilder $container)
2929
*/
3030
public function getAlias()
3131
{
32-
return 'vich_uploader_encryp';
32+
return 'vich_uploader_encrypt';
3333
}
3434
}

0 commit comments

Comments
 (0)