@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | require 'vendor/autoload.php'; |
| 4 | 4 | |
| 5 | -use Demo\UrbanDictionary\Dictonary; |
|
| 6 | -use Demo\UrbanDictionary\RankWord; |
|
| 7 | -use Demo\UrbanDictionary\UrbanWords; |
|
| 8 | 5 | use Demo\UrbanDictionary\DictionaryEngine; |
| 9 | 6 | use Demo\UrbanDictionary\UserException; |
| 10 | 7 | |
@@ -14,8 +14,8 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | 16 | namespace Demo\UrbanDictionary; |
| 17 | -use Demo\UrbanDictionary\UrbanWords; |
|
| 18 | 17 | use Demo\UrbanDictionary\Dictionary; |
| 18 | +use Demo\UrbanDictionary\UrbanWords; |
|
| 19 | 19 | use Demo\UrbanDictionary\UserException; |
| 20 | 20 | |
| 21 | 21 | class DictionaryEngine implements Dictionary |