mirror of
https://github.com/wataridori/solid-php-example.git
synced 2024-12-04 19:03:30 +00:00
Fix wrong interface name
This commit is contained in:
parent
c509e66670
commit
b84657cb73
@ -77,7 +77,7 @@ class Programmer implements Codeable, Testable
|
||||
}
|
||||
}
|
||||
|
||||
class Tester implements Workable
|
||||
class Tester implements Testable
|
||||
{
|
||||
public function test()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user