Update 10-dynamic-pages.md

This commit is contained in:
Patrick Louys 2016-11-01 16:56:57 +01:00 committed by lubiana
parent 20e44a0226
commit b5e8aa0e43
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

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;