Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-6032: Undeprecated single object relation field type #243

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/lib/FieldType/Relation/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
*
* hash format ({@see fromhash()}, {@see toHash()}):
* array( 'destinationContentId' => (int)$destinationContentId );
*
* @deprecated Since 7.0 and will be removed in 8.0. Use `RelationList\Type` instead.
*/
class Type extends FieldType
{
Expand Down
2 changes: 0 additions & 2 deletions src/lib/FieldType/Relation/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

/**
* Value for Relation field type.
*
* @deprecated Since 7.0 and will be removed in 8.0. Use `RelationList\Value` instead.
*/
class Value extends BaseValue
{
Expand Down