Update 10-dynamic-pages.md

This commit is contained in:
Patrick Louys 2016-11-01 16:56:57 +01:00 committed by GitHub
parent 6859223386
commit ff9595d961

View file

@ -9,7 +9,7 @@ Our first feature will be dynamic pages generated from [markdown](http://en.wiki
Create a `Page` controller with the following content: Create a `Page` controller with the following content:
```php ```php
<?php <?php declare(strict_types = 1);
namespace Example\Controllers; namespace Example\Controllers;