Commit b81e687f authored by Igor Wiedler's avatar Igor Wiedler

[mount] explain LazyApp usage in a comment

parent ab55e18f
......@@ -16,6 +16,9 @@ use Symfony\Component\HttpFoundation\Request;
/**
* A Lazy application wrapper.
*
* Acts as a closure, so it can be used as a lazy app
* factory for Silex\Application::mount().
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class LazyApplication
......
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