Skip to content

Commit 14e1eac

Browse files
authored
Fix facade actingAs return type docblock (#8616)
1 parent 287d3b9 commit 14e1eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Livewire.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @method static \Livewire\LivewireManager withUrlParams($params)
2222
* @method static \Livewire\LivewireManager withQueryParams($params)
2323
* @method static \Livewire\Features\SupportTesting\Testable test($name, $params = [])
24-
* @method static \Livewire\Features\SupportTesting\Testable actingAs($user, $driver = null)
24+
* @method static \Livewire\LivewireManager actingAs($user, $driver = null)
2525
* @method static bool isRunningServerless()
2626
* @method static void addPersistentMiddleware($middleware)
2727
* @method static void setPersistentMiddleware($middleware)

0 commit comments

Comments
 (0)