Update 07-inversion-of-control.md
This commit is contained in:
parent
31bbb0fff7
commit
d6a70e94c0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ If this sounds a little complicated right now, don't worry. Just follow the tuto
|
||||||
Change your `Homepage` controller to the following:
|
Change your `Homepage` controller to the following:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php declare(strict_types = 1);
|
||||||
|
|
||||||
namespace Example\Controllers;
|
namespace Example\Controllers;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue