diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2018-08-27 22:58:46 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2018-08-27 21:58:46 +0100 |
| commit | dda6100a2fee6ba4652b4949217b1926b947bbc5 (patch) | |
| tree | 07f51da43728b5f81c43ff06f542dcaea893a4b0 /index.php | |
| parent | 8f038c36d059abc08d4e7a6ade97088822e019e7 (diff) | |
| download | webtrees-dda6100a2fee6ba4652b4949217b1926b947bbc5.tar.gz webtrees-dda6100a2fee6ba4652b4949217b1926b947bbc5.tar.bz2 webtrees-dda6100a2fee6ba4652b4949217b1926b947bbc5.zip | |
Removed not required use statements (#1853)
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,11 +33,11 @@ use Fisharebest\Webtrees\Http\Middleware\UseTransaction; use League\Flysystem\Adapter\Local; use League\Flysystem\Filesystem; use PDOException; -use Throwable; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; +use Throwable; // Identify ourself define('WT_WEBTREES', 'webtrees'); |
