Skip to content

Commit

Permalink
OXDEV-8489: Remove constructor of ThemeDataType
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 15, 2024
1 parent 450882f commit 8603b62
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Theme/DataType/ThemeDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,4 @@
#[Type]
class ThemeDataType extends AbstractComponentDataType implements ThemeDataTypeInterface
{
public function __construct(
string $id,
string $title,
string $version,
string $description,
bool $active
) {
parent::__construct($id, $title, $version, $description, $active);
}
}

0 comments on commit 8603b62

Please sign in to comment.