Removed unused use BadMethodCallException statement.

This commit is contained in:
Thomas Ocean 2019-05-30 09:08:33 +12:00
parent 7ef604807c
commit e30483a7dc

View File

@ -2,7 +2,6 @@
namespace SilverStripe\Dev\Install;
use BadMethodCallException;
use Exception;
use SilverStripe\Control\Cookie;
use SilverStripe\Control\HTTPApplication;