X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fcommands%2Fhtml%2Fclass_CityHtmlCityMapCommand.php;h=eccba6307fd2dbc8f1d6dc9a69916d18b8fba30d;hb=3dc4c471c90f14f68b91297b8f17012b5f755374;hp=b7d68b49e9ca02bec6b92b44fb2360fa271cdfcd;hpb=3b6880bb4c6fc2a73ab555b873c74124b569f4b6;p=city.git diff --git a/application/city/classes/commands/html/class_CityHtmlCityMapCommand.php b/application/city/classes/commands/html/class_CityHtmlCityMapCommand.php index b7d68b4..eccba63 100644 --- a/application/city/classes/commands/html/class_CityHtmlCityMapCommand.php +++ b/application/city/classes/commands/html/class_CityHtmlCityMapCommand.php @@ -2,6 +2,10 @@ // Own namespace namespace Org\Mxchange\City\Command; +// Import application-specific stuff +use Org\Mxchange\City\Factory\Manager\ManagerFactory; +use Org\Mxchange\City\Manager\City\ManageableCity; + // Import framework stuff use Org\Mxchange\CoreFramework\Command\BaseCommand; use Org\Mxchange\CoreFramework\Command\Commandable;