Remove already defined arguments

This commit is contained in:
Xavier HAUSHERR 2013-03-20 11:40:09 +01:00 committed by Fabien Potencier
parent 1ac3bb00ca
commit cb4704d1a9

View File

@ -45,11 +45,6 @@
class="%security.authentication.rememberme.services.persistent.class%"
parent="security.authentication.rememberme.services.abstract"
abstract="true">
<argument type="collection" /> <!-- User Providers -->
<argument /> <!-- Shared Token Key -->
<argument /> <!-- Shared Provider Key -->
<argument type="collection" /> <!-- Options -->
<argument type="service" id="logger" on-invalid="null" />
<argument type="service" id="security.secure_random" />
</service>