Update 10-dynamic-pages.md

This commit is contained in:
Patrick Louys 2016-11-01 16:56:57 +01:00 committed by lubiana
parent 51b1a050c8
commit 1b1141999a

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:
```php
<?php
<?php declare(strict_types = 1);
namespace Example\Controllers;