Skip to content

Commit 1c2fdae

Browse files
committed
Remove unused method + comments
1 parent 127dfdd commit 1c2fdae

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/TwigComponent/src/ComponentRenderer.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,4 @@ private function preRender(MountedComponent $mounted, array $context = []): PreR
137137

138138
return $event;
139139
}
140-
141-
public function warmup(): array
142-
{
143-
$this->componentProperties->warmup();
144-
145-
return [];
146-
}
147140
}

0 commit comments

Comments
 (0)