diff --git a/src/Models/ContentReviewLog.php b/src/Models/ContentReviewLog.php index 97c8b61..a3b7397 100644 --- a/src/Models/ContentReviewLog.php +++ b/src/Models/ContentReviewLog.php @@ -4,6 +4,7 @@ namespace SilverStripe\ContentReview\Models; use SilverStripe\CMS\Model\SiteTree; use SilverStripe\ORM\DataObject; +use SilverStripe\Security\Member; use SilverStripe\Security\Security; class ContentReviewLog extends DataObject