Skip to content

Commit eca7ccf

Browse files
committed
Update comment
1 parent 7391024 commit eca7ccf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Bridge.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
use \Invoker\CallableResolver as InvokerCallableResolver;
1515

1616
/**
17-
* Slim application configured with PHP-DI.
17+
* This factory creates a Slim application correctly configured with PHP-DI.
1818
*
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.
19+
* To use this, replace `Slim\Factory\AppFactory::create()`
20+
* with `DI\Bridge\Slim\Bridge::create()`.
2121
*/
2222
class Bridge
2323
{

0 commit comments

Comments
 (0)