Make changes as requested

This commit is contained in:
Evan Ibbott 2020-09-01 11:53:18 -04:00
parent ed8aa7647b
commit 63902f07d4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class PostController
}
```
If you don't like that because you access some dependency from many actions, consider creating a memorized method:
If you don't like that because you access some dependency from many actions, consider creating a memoized method:
```php
class PostController