Commit d4a96c35 authored by Igor Wiedler's avatar Igor Wiedler

[docs] adjust path yet again, to point to /lib/classes

parent b482107a
...@@ -56,12 +56,12 @@ Registering ...@@ -56,12 +56,12 @@ Registering
----------- -----------
Make sure you place a copy of *Swift Mailer* in the ``vendor/swiftmailer`` Make sure you place a copy of *Swift Mailer* in the ``vendor/swiftmailer``
directory. directory. Make sure you point the class path to ``/lib/classes``.
:: ::
$app->register(new Silex\Extension\SwiftmailerExtension(), array( $app->register(new Silex\Extension\SwiftmailerExtension(), array(
'swiftmailer.class_path' => __DIR__.'/vendor/swiftmailer/lib', 'swiftmailer.class_path' => __DIR__.'/vendor/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