Update 07-inversion-of-control.md
This commit is contained in:
parent
fad56e91db
commit
052aa890e8
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…
Add table
Add a link
Reference in a new issue