Skip to content

Commit

Permalink
FileTrack table_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed May 5, 2019
1 parent 59cca64 commit 578ff19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FileAttachmentFieldTrack.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class FileAttachmentFieldTrack extends DataObject
'File' => 'File',
);

private static $table_name = 'FileAttachmentFieldTrack';

public static function untrack($fileIDs)
{
if (!$fileIDs) {
Expand Down

0 comments on commit 578ff19

Please sign in to comment.