diff options
Diffstat (limited to 'app/Module/GoogleMaps/Schema/Migration4.php')
| -rw-r--r-- | app/Module/GoogleMaps/Schema/Migration4.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/GoogleMaps/Schema/Migration4.php b/app/Module/GoogleMaps/Schema/Migration4.php index a07a4c448d..61eec9a487 100644 --- a/app/Module/GoogleMaps/Schema/Migration4.php +++ b/app/Module/GoogleMaps/Schema/Migration4.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Module\GoogleMaps\Schema; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,11 +13,13 @@ 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; /** - * Class Migration4 - upgrade the database schema from version 4 to version 5. + * Upgrade the database schema from version 4 to version 5. */ class Migration4 implements MigrationInterface { /** {@inheritDoc} */ |
