Removed leftover use statements at the top of Application.

This commit is contained in:
flash 2018-10-05 01:29:18 +02:00
parent 2c151fd68c
commit 0c0ff7126d

View file

@ -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;
/**