We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a34559 commit aaa2e3aCopy full SHA for aaa2e3a
src/Response.php
@@ -24,7 +24,7 @@ public function __construct($component, $props, $rootView = 'app', $sharedProps
24
$this->version = $version;
25
}
26
27
- public function with($key, $value)
+ public function withViewData($key, $value)
28
{
29
$this->viewData[$key] = $value;
30
0 commit comments