mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
3.0 compat
This commit is contained in:
parent
98f847c946
commit
7de717b0bd
@ -9,7 +9,7 @@
|
|||||||
* @author mstephens
|
* @author mstephens
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class FileTextExtractable extends DataObjectDecorator {
|
class FileTextExtractable extends DataExtension {
|
||||||
|
|
||||||
static $db = array(
|
static $db = array(
|
||||||
'FileContentCache' => 'Text'
|
'FileContentCache' => 'Text'
|
||||||
|
Loading…
Reference in New Issue
Block a user