Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Remove useless swiftmailer.spool.file.abstract argument value
Browse files Browse the repository at this point in the history
(removed kernel.root_dir doesn't exist anymore in Symfony 5)
  • Loading branch information
l-vo committed Nov 6, 2019
1 parent 6b895bc commit 3653248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/swiftmailer.xml
Expand Up @@ -48,7 +48,7 @@
<service id="swiftmailer.transport.spool.abstract" class="Swift_Transport_SpoolTransport" public="false" abstract="true" />

<service id="swiftmailer.spool.file.abstract" class="Swift_FileSpool" public="false" abstract="true">
<argument>%kernel.root_dir%/../data/swiftmailer/spool</argument>
<argument />
</service>

<service id="swiftmailer.spool.memory.abstract" class="Swift_MemorySpool" public="false" abstract="true" />
Expand Down

0 comments on commit 3653248

Please sign in to comment.