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 287d3b9 commit 14e1eacCopy full SHA for 14e1eac
src/Livewire.php
@@ -21,7 +21,7 @@
21
* @method static \Livewire\LivewireManager withUrlParams($params)
22
* @method static \Livewire\LivewireManager withQueryParams($params)
23
* @method static \Livewire\Features\SupportTesting\Testable test($name, $params = [])
24
- * @method static \Livewire\Features\SupportTesting\Testable actingAs($user, $driver = null)
+ * @method static \Livewire\LivewireManager actingAs($user, $driver = null)
25
* @method static bool isRunningServerless()
26
* @method static void addPersistentMiddleware($middleware)
27
* @method static void setPersistentMiddleware($middleware)
0 commit comments