From 0c0ff7126d6c0d2deedb56a975fc876586c8a508 Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 5 Oct 2018 01:29:18 +0200 Subject: [PATCH] Removed leftover use statements at the top of Application. --- src/Application.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Application.php b/src/Application.php index 7bfd74dc..1b144e20 100644 --- a/src/Application.php +++ b/src/Application.php @@ -2,10 +2,6 @@ namespace Misuzu; use UnexpectedValueException; -use Swift_Mailer; -use Swift_NullTransport; -use Swift_SmtpTransport; -use Swift_SendmailTransport; use GeoIp2\Database\Reader as GeoIP; /**