@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Kata\PHP7Kata; |
4 | 4 | |
5 | -use Kata\OtherExamples\Form; |
|
6 | 5 | use Kata\OtherExamples\Example; |
6 | +use Kata\OtherExamples\Form; |
|
7 | 7 | use Kata\OtherExamples\NotAnExample; |
8 | 8 | |
9 | 9 | final class LegacyToMigrate |