diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-04-12 09:04:54 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-04-12 09:04:54 +0100 |
| commit | cb10d69aa424239be1882e49d9f8e5fe1c228d81 (patch) | |
| tree | a9bd33dadd733622c8671df50987b86461f5a549 /app | |
| parent | 90dc8acfbb6718fe6ec84f3f5514492159e862c1 (diff) | |
| download | webtrees-cb10d69aa424239be1882e49d9f8e5fe1c228d81.tar.gz webtrees-cb10d69aa424239be1882e49d9f8e5fe1c228d81.tar.bz2 webtrees-cb10d69aa424239be1882e49d9f8e5fe1c228d81.zip | |
Unused use
Diffstat (limited to 'app')
| -rw-r--r-- | app/Controller/FamilyController.php | 1 | ||||
| -rw-r--r-- | app/Controller/FanchartController.php | 2 | ||||
| -rw-r--r-- | app/Controller/GedcomRecordController.php | 1 | ||||
| -rw-r--r-- | app/Controller/NoteController.php | 1 | ||||
| -rw-r--r-- | app/Controller/SourceController.php | 1 | ||||
| -rw-r--r-- | app/Functions/FunctionsEdit.php | 1 | ||||
| -rw-r--r-- | app/Module/ResearchTaskModule.php | 1 | ||||
| -rw-r--r-- | app/Schema/Migration34.php | 8 |
8 files changed, 3 insertions, 13 deletions
diff --git a/app/Controller/FamilyController.php b/app/Controller/FamilyController.php index 7766a6e620..0a360a941e 100644 --- a/app/Controller/FamilyController.php +++ b/app/Controller/FamilyController.php @@ -23,7 +23,6 @@ use Fisharebest\Webtrees\Functions\FunctionsPrintFacts; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\Menu; -use Fisharebest\Webtrees\Module; /** * Controller for the family page diff --git a/app/Controller/FanchartController.php b/app/Controller/FanchartController.php index 2744e07d8d..162b060b7a 100644 --- a/app/Controller/FanchartController.php +++ b/app/Controller/FanchartController.php @@ -15,10 +15,8 @@ */ namespace Fisharebest\Webtrees\Controller; -use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Filter; use Fisharebest\Webtrees\I18N; -use Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Theme; /** diff --git a/app/Controller/GedcomRecordController.php b/app/Controller/GedcomRecordController.php index 6fc5001d9e..1d938eddd0 100644 --- a/app/Controller/GedcomRecordController.php +++ b/app/Controller/GedcomRecordController.php @@ -25,7 +25,6 @@ use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Individual; use Fisharebest\Webtrees\Media; use Fisharebest\Webtrees\Menu; -use Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Note; use Fisharebest\Webtrees\Repository; use Fisharebest\Webtrees\Source; diff --git a/app/Controller/NoteController.php b/app/Controller/NoteController.php index 53e6d62e77..b83b186b88 100644 --- a/app/Controller/NoteController.php +++ b/app/Controller/NoteController.php @@ -19,7 +19,6 @@ use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Filter; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Menu; -use Fisharebest\Webtrees\Module; /** * Controller for the shared note page diff --git a/app/Controller/SourceController.php b/app/Controller/SourceController.php index 716745ecfb..7c1f0d02cc 100644 --- a/app/Controller/SourceController.php +++ b/app/Controller/SourceController.php @@ -19,7 +19,6 @@ use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Filter; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Menu; -use Fisharebest\Webtrees\Module; /** * Controller for the source page diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php index 1b7ea272a7..a142f35eb8 100644 --- a/app/Functions/FunctionsEdit.php +++ b/app/Functions/FunctionsEdit.php @@ -25,7 +25,6 @@ use Fisharebest\Webtrees\Census\CensusOfScotland; use Fisharebest\Webtrees\Census\CensusOfUnitedStates; use Fisharebest\Webtrees\Census\CensusOfWales; use Fisharebest\Webtrees\Config; -use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Date; use Fisharebest\Webtrees\Fact; use Fisharebest\Webtrees\Family; diff --git a/app/Module/ResearchTaskModule.php b/app/Module/ResearchTaskModule.php index 7d965c034f..aa389220c7 100644 --- a/app/Module/ResearchTaskModule.php +++ b/app/Module/ResearchTaskModule.php @@ -18,7 +18,6 @@ namespace Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Filter; -use Fisharebest\Webtrees\Functions\FunctionsDb; use Fisharebest\Webtrees\Functions\FunctionsEdit; use Fisharebest\Webtrees\GedcomRecord; use Fisharebest\Webtrees\GedcomTag; diff --git a/app/Schema/Migration34.php b/app/Schema/Migration34.php index d41dc48c16..c013b0a6b4 100644 --- a/app/Schema/Migration34.php +++ b/app/Schema/Migration34.php @@ -15,19 +15,17 @@ */ namespace Fisharebest\Webtrees\Schema; -use Fisharebest\Webtrees\Database; use Fisharebest\Webtrees\Module; -use Fisharebest\Webtrees\I18N; /** * Upgrade the database schema from version 33 to version 34. */ class Migration34 implements MigrationInterface { - + /** - * Upgrade to to the next version (for 'Charts as modules', the respective modules should be enabled by default) + * New modules (charts) have been added. */ public function upgrade() { - Module::getInstalledModules('enabled'); + Module::getInstalledModules('enabled'); } } |
