Correct namespace

This commit is contained in:
Trevor Sawler 2015-09-24 09:07:04 -03:00 committed by lubiana
parent acd0776307
commit b044c34323
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -13,7 +13,7 @@ Change your `Homepage` controller to the following:
```php
<?php
namespace Example\Controller;
namespace Example\Controllers;
use Http\Response;