Correct namespace
This commit is contained in:
parent
d1a3c011a4
commit
72d542843d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Change your `Homepage` controller to the following:
|
|||
```php
|
||||
<?php
|
||||
|
||||
namespace Example\Controller;
|
||||
namespace Example\Controllers;
|
||||
|
||||
use Http\Response;
|
||||
|
||||
|
|
Loading…
Reference in a new issue