summaryrefslogtreecommitdiff
path: root/app/Module/GoogleMaps/Schema/Migration1.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/GoogleMaps/Schema/Migration1.php')
-rw-r--r--app/Module/GoogleMaps/Schema/Migration1.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/GoogleMaps/Schema/Migration1.php b/app/Module/GoogleMaps/Schema/Migration1.php
index d5843e5c65..a884afe7ff 100644
--- a/app/Module/GoogleMaps/Schema/Migration1.php
+++ b/app/Module/GoogleMaps/Schema/Migration1.php
@@ -1,6 +1,4 @@
<?php
-namespace Fisharebest\Webtrees\Module\GoogleMaps\Schema;
-
/**
* webtrees: online genealogy
* Copyright (C) 2015 webtrees development team
@@ -15,12 +13,14 @@ namespace Fisharebest\Webtrees\Module\GoogleMaps\Schema;
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+namespace Fisharebest\Webtrees\Module\GoogleMaps\Schema;
+
use Fisharebest\Webtrees\Database;
use Fisharebest\Webtrees\Schema\MigrationInterface;
use PDOException;
/**
- * Class Migration1 - upgrade the database schema from version 1 to version 2.
+ * Upgrade the database schema from version 1 to version 2.
*/
class Migration1 implements MigrationInterface {
/** {@inheritDoc} */