fixed error handler namespace

This commit is contained in:
Steffen Schröder
2014-02-10 22:04:09 +01:00
parent 377cb9a8b6
commit b8e0ff5182
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<?php
namespace ManiaControl;
use ManiaControl\Files\FileUtil;
use ManiaControl\ManiaControl;
use ManiaControl\UpdateManager;