summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorRico Sonntag <mail@ricosonntag.de>2018-08-27 22:58:46 +0200
committerGreg Roach <fisharebest@gmail.com>2018-08-27 21:58:46 +0100
commitdda6100a2fee6ba4652b4949217b1926b947bbc5 (patch)
tree07f51da43728b5f81c43ff06f542dcaea893a4b0 /index.php
parent8f038c36d059abc08d4e7a6ade97088822e019e7 (diff)
downloadwebtrees-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d12dcfbb89..519951a9cd 100644
--- a/index.php
+++ b/index.php
@@ -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');