Browse Source

Removed unnecessary namespace

Tobias Reich 8 years ago
parent
commit
4c3df96e9e

+ 0 - 2
php/database/update_020700.php

@@ -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!');

+ 0 - 2
php/database/update_030000.php

@@ -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!');

+ 0 - 2
php/database/update_030001.php

@@ -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!');

+ 0 - 2
php/database/update_030003.php

@@ -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!');