Skip to content

Commit a2bdfc7

Browse files
committed
(REMOVE) temp commit to test caching is restored correctly
1 parent 16bbb86 commit a2bdfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/EventListener/LiveComponentSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function onKernelController(ControllerEvent $event): void
134134
[$component, $action] = $controller;
135135

136136
if (!\is_object($component)) {
137-
throw new \RuntimeException('Not a valid live component.');
137+
throw new \RuntimeException('Not a valid live component. foo');
138138
}
139139

140140
if (!$request->attributes->get('_component_default_action', false) && !AsLiveComponent::isActionAllowed($component, $action)) {

0 commit comments

Comments
 (0)