mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
3.1 compat
This commit is contained in:
parent
49316d99ff
commit
30223e4f7c
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
class FileTextExtractable extends DataExtension {
|
class FileTextExtractable extends DataExtension {
|
||||||
|
|
||||||
static $db = array(
|
private static $db = array(
|
||||||
'FileContentCache' => 'Text'
|
'FileContentCache' => 'Text'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user