diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-12 20:25:15 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-12 20:31:24 +0000 |
| commit | 22c135fa2a9d8aaf68a70032269940d5314a9818 (patch) | |
| tree | bdacd8c0dac7d9b9b68fec31fedc79290d235200 /app/Schema/Migration44.php | |
| parent | 27ba6ef7905eedc7034902955b37a16f4617e29d (diff) | |
| download | webtrees-22c135fa2a9d8aaf68a70032269940d5314a9818.tar.gz webtrees-22c135fa2a9d8aaf68a70032269940d5314a9818.tar.bz2 webtrees-22c135fa2a9d8aaf68a70032269940d5314a9818.zip | |
Remove unused imports
Diffstat (limited to 'app/Schema/Migration44.php')
| -rw-r--r-- | app/Schema/Migration44.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Schema/Migration44.php b/app/Schema/Migration44.php index 3945cdecab..2a0565038b 100644 --- a/app/Schema/Migration44.php +++ b/app/Schema/Migration44.php @@ -20,7 +20,6 @@ declare(strict_types=1); namespace Fisharebest\Webtrees\Schema; use Illuminate\Database\Capsule\Manager as DB; -use Illuminate\Database\Query\Builder; use Illuminate\Database\Query\Expression; use Illuminate\Database\Schema\Blueprint; use PDOException; |
