Skip to content

Commit

Permalink
Fix facade actingAs return type docblock (#8616)
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor authored Jul 2, 2024
1 parent 287d3b9 commit 14e1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Livewire.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @method static \Livewire\LivewireManager withUrlParams($params)
* @method static \Livewire\LivewireManager withQueryParams($params)
* @method static \Livewire\Features\SupportTesting\Testable test($name, $params = [])
* @method static \Livewire\Features\SupportTesting\Testable actingAs($user, $driver = null)
* @method static \Livewire\LivewireManager actingAs($user, $driver = null)
* @method static bool isRunningServerless()
* @method static void addPersistentMiddleware($middleware)
* @method static void setPersistentMiddleware($middleware)
Expand Down

0 comments on commit 14e1eac

Please sign in to comment.