Merge pull request #137 from creative-commoners/pulls/2.0/ss4-updates

FIX Update namespace for ErrorPage
This commit is contained in:
Daniel Hensby 2018-02-15 10:11:57 +00:00 committed by GitHub
commit 64a9465d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
namespace Wilr\GoogleSitemaps\Extensions;
use SilverStripe\CMS\Model\ErrorPage;
use SilverStripe\ErrorPage\ErrorPage;
use SilverStripe\Forms\DropdownField;
use SilverStripe\Forms\LiteralField;
use SilverStripe\Forms\Tab;