Skip to content

Commit

Permalink
Fixed alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Sharamko committed Mar 19, 2018
1 parent 82821eb commit f884243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/VichUploaderEncryptExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function load(array $configs, ContainerBuilder $container)
*/
public function getAlias()
{
return 'vich_uploader_encryp';
return 'vich_uploader_encrypt';
}
}

0 comments on commit f884243

Please sign in to comment.