diff options
Diffstat (limited to 'app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php')
| -rw-r--r-- | app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php b/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php index 3637b6597a..18b9390b26 100644 --- a/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php +++ b/app/Module/BatchUpdate/BatchUpdateNameFormatPlugin.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\Module\BatchUpdate; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,6 +13,8 @@ namespace Fisharebest\Webtrees\Module\BatchUpdate; * 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\BatchUpdate; + use Fisharebest\Webtrees\I18N; /** |
