We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7391024 commit eca7ccfCopy full SHA for eca7ccf
src/Bridge.php
@@ -14,10 +14,10 @@
14
use \Invoker\CallableResolver as InvokerCallableResolver;
15
16
/**
17
- * Slim application configured with PHP-DI.
+ * This factory creates a Slim application correctly configured with PHP-DI.
18
*
19
- * As you can see, this class is very basic and is only useful to get started quickly.
20
- * You can also very well *not* use it and build the container manually.
+ * To use this, replace `Slim\Factory\AppFactory::create()`
+ * with `DI\Bridge\Slim\Bridge::create()`.
21
*/
22
class Bridge
23
{
0 commit comments