Updated code

This commit is contained in:
Patrick Louys 2016-11-01 16:23:28 +01:00 committed by lubiana
parent 1462b9e37c
commit abb4a3b8ba

View file

@ -11,7 +11,7 @@ We will need a descriptive name for the classes that handle the requests. For th
Create a new folder inside the `src/` folder with the name `Controllers`.In this folder we will place all our controller classes. In there, create a `Homepage.php` file.
```php
<?php
<?php declare(strict_types = 1);
namespace Example\Controllers;