diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-12-20 16:11:04 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-12-20 16:11:36 +0000 |
| commit | 0120d29d7e1471af71218964540c1319d6060e5a (patch) | |
| tree | 5d158afcec474af0940f80e416644a2547e3d510 /app/Module/FamilyTreeNews/Schema | |
| parent | 82ea510d965411f6c5413730762a90232683bc97 (diff) | |
| download | webtrees-0120d29d7e1471af71218964540c1319d6060e5a.tar.gz webtrees-0120d29d7e1471af71218964540c1319d6060e5a.tar.bz2 webtrees-0120d29d7e1471af71218964540c1319d6060e5a.zip | |
Remove unused imports
Diffstat (limited to 'app/Module/FamilyTreeNews/Schema')
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration1.php | 1 | ||||
| -rw-r--r-- | app/Module/FamilyTreeNews/Schema/Migration2.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/Module/FamilyTreeNews/Schema/Migration1.php b/app/Module/FamilyTreeNews/Schema/Migration1.php index aa8e2974c3..af3f613fe4 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration1.php +++ b/app/Module/FamilyTreeNews/Schema/Migration1.php @@ -18,7 +18,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema; use Fisharebest\Webtrees\Database; -use Fisharebest\Webtrees\DebugBar; use Fisharebest\Webtrees\Schema\MigrationInterface; use PDOException; diff --git a/app/Module/FamilyTreeNews/Schema/Migration2.php b/app/Module/FamilyTreeNews/Schema/Migration2.php index c50f8c6894..83abd4dd3e 100644 --- a/app/Module/FamilyTreeNews/Schema/Migration2.php +++ b/app/Module/FamilyTreeNews/Schema/Migration2.php @@ -18,7 +18,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Module\FamilyTreeNews\Schema; use Fisharebest\Webtrees\Database; -use Fisharebest\Webtrees\DebugBar; use Fisharebest\Webtrees\Schema\MigrationInterface; use PDOException; |
