mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
FIX: Correct using name space for DataExtension, PermissionProvider and FormTransformation
This commit is contained in:
parent
0ed1b7ae02
commit
a8f7906a07
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
use SilverStripe\ORM\DataExtension;
|
||||
use SilverStripe\Security\PermissionProvider;
|
||||
use SilverStripe\Forms\FormTransformation;
|
||||
/**
|
||||
* The Translatable decorator allows your DataObjects to have versions in different languages,
|
||||
* defining which fields are can be translated. Translatable can be applied
|
||||
|
Loading…
x
Reference in New Issue
Block a user