Skip to content

Commit 28aee91

Browse files
committed
Remove deprecated method
1 parent 4275b00 commit 28aee91

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/TwigComponent/src/Event/PreCreateForRenderEvent.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ public function getName(): string
3333
return $this->name;
3434
}
3535

36-
/**
37-
* @deprecated since Symfony UX 2.8, use getInputProps() instead.
38-
*/
39-
public function getProps(): array
40-
{
41-
return $this->inputProps;
42-
}
43-
4436
/**
4537
* @return array the array of "input" data passed to originally create this component
4638
*/

0 commit comments

Comments
 (0)