fixed error handler namespace

This commit is contained in:
Steffen Schröder
2014-05-01 17:35:16 +02:00
parent 377cb9a8b6
commit b8e0ff5182
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
<?php
namespace ManiaControl;
use ManiaControl\Files\FileUtil;
use ManiaControl\ManiaControl;
use ManiaControl\UpdateManager;