correct use of Database use

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-19 16:57:03 +01:00
parent 2c893fef25
commit 8e84a4ff44
55 changed files with 795 additions and 816 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace Froxlor\Cron\System;
use Froxlor\Database;
use Froxlor\Database\Database;
use Froxlor\Settings;
/**