Update 10-dynamic-pages.md
This commit is contained in:
parent
6859223386
commit
ff9595d961
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue