diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-03-14 21:00:51 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-03-14 21:00:51 +0000 |
| commit | 6cd97bf60294b6bc9d4c582ab3b7f80e0fb7d71e (patch) | |
| tree | 8a708a091c6613fa40f69a5e951c44855d28f491 /app/I18N.php | |
| parent | c116a5cceea9f41568eb8b09121d6846ba0546e7 (diff) | |
| download | webtrees-6cd97bf60294b6bc9d4c582ab3b7f80e0fb7d71e.tar.gz webtrees-6cd97bf60294b6bc9d4c582ab3b7f80e0fb7d71e.tar.bz2 webtrees-6cd97bf60294b6bc9d4c582ab3b7f80e0fb7d71e.zip | |
Missing import
Diffstat (limited to 'app/I18N.php')
| -rw-r--r-- | app/I18N.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/I18N.php b/app/I18N.php index 4e6e0f9799..d84d315ec2 100644 --- a/app/I18N.php +++ b/app/I18N.php @@ -31,6 +31,7 @@ use Fisharebest\Webtrees\Module\ModuleCustomInterface; use Fisharebest\Webtrees\Module\ModuleLanguageInterface; use Fisharebest\Webtrees\Services\ModuleService; use const GLOB_NOSORT; +use Illuminate\Support\Collection; /** * Internationalization (i18n) and localization (l10n). |
