Commit 2da348ac authored by Fabien Potencier's avatar Fabien Potencier

fixed doc

parent b5f025c2
...@@ -22,9 +22,6 @@ Parameters ...@@ -22,9 +22,6 @@ Parameters
* **encryption**: SMTP encryption, defaults to null. * **encryption**: SMTP encryption, defaults to null.
* **auth_mode**: SMTP authentication mode, defaults to null. * **auth_mode**: SMTP authentication mode, defaults to null.
* **swiftmailer.class_path** (optional): Path to where the Swift Mailer
library is located.
Services Services
-------- --------
...@@ -56,9 +53,7 @@ Registering ...@@ -56,9 +53,7 @@ Registering
.. code-block:: php .. code-block:: php
$app->register(new Silex\Provider\SwiftmailerServiceProvider(), array( $app->register(new Silex\Provider\SwiftmailerServiceProvider());
'swiftmailer.class_path' => __DIR__.'/vendor/swiftmailer/swiftmailer/lib/classes',
));
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment