Merge pull request #9025 from taoceanz/4

Removed unused use BadMethodCallException statement.
This commit is contained in:
Robbie Averill 2019-05-30 09:38:47 +12:00 committed by GitHub
commit 6678f92681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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