From 978879e01c927ae1c12212fde35d53613a2204dd Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 25 Jan 2017 17:51:21 +1300 Subject: [PATCH] Fix incorrect namespace --- src/Admin/CommentsGridFieldBulkAction/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/CommentsGridFieldBulkAction/Handler.php b/src/Admin/CommentsGridFieldBulkAction/Handler.php index ee7c3eb..407872e 100644 --- a/src/Admin/CommentsGridFieldBulkAction/Handler.php +++ b/src/Admin/CommentsGridFieldBulkAction/Handler.php @@ -2,7 +2,7 @@ namespace SilverStripe\Comments\Admin\CommentsGridFieldBulkAction; -use Colymba\BulkManager\GridFieldBulkActionHandler; +use Colymba\BulkManager\BulkAction\Handler as GridFieldBulkActionHandler; use SilverStripe\Core\Convert; use SilverStripe\Control\HTTPRequest; use SilverStripe\Control\HTTPResponse;