Removed unnecessary namespace

This commit is contained in:
Tobias Reich 2016-01-30 23:16:59 +01:00
parent b89b82fa36
commit 4c3df96e9e
4 changed files with 0 additions and 8 deletions

View File

@ -4,8 +4,6 @@
* Update to version 2.7.0
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');

View File

@ -4,8 +4,6 @@
* Update to version 3.0.0
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');

View File

@ -4,8 +4,6 @@
* Update to version 3.0.1
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');

View File

@ -4,8 +4,6 @@
* Update to version 3.0.3
*/
namespace Lychee\Database;
use Lychee\Modules\Database;
if (!defined('LYCHEE')) exit('Error: Direct access is not allowed!');