Correct namespace

This commit is contained in:
Trevor Sawler 2015-09-24 09:07:04 -03:00 committed by lubiana
parent a1e5fea13d
commit c117201cec

View file

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