Fix wrong interface name

This commit is contained in:
Tran Duc Thang 2016-09-22 17:05:02 +07:00
parent c509e66670
commit b84657cb73
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Programmer implements Codeable, Testable
}
}
class Tester implements Workable
class Tester implements Testable
{
public function test()
{