Move DataController into Frontend namespace.

This commit is contained in:
David Molineus
2015-01-12 17:05:32 +01:00
parent 40258f2e7e
commit 74c786c24b
2 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
*
*/
namespace Netzmacht\Contao\Leaflet\Controller;
namespace Netzmacht\Contao\Leaflet\Frontend;
use Netzmacht\Contao\Leaflet\MapService;