diff --git a/src/FileAttachmentFieldTrack.php b/src/FileAttachmentFieldTrack.php index 103e3fa..5894252 100644 --- a/src/FileAttachmentFieldTrack.php +++ b/src/FileAttachmentFieldTrack.php @@ -23,6 +23,8 @@ class FileAttachmentFieldTrack extends DataObject 'File' => 'File', ); + private static $table_name = 'FileAttachmentFieldTrack'; + public static function untrack($fileIDs) { if (!$fileIDs) {