Skip to content

Commit

Permalink
Proxy class has not implemented interface (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzpr authored Aug 27, 2022
1 parent e1a507c commit 77076db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ class LabDoor implements Door
```
Then we have a proxy to secure any doors that we want
```php
class SecuredDoor
class SecuredDoor implements Door
{
protected $door;

Expand Down

0 comments on commit 77076db

Please sign in to comment.