Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Dec 6, 2023
1 parent 6404f90 commit 77b2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Pulse.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @method static \Laravel\Pulse\Pulse resolveAuthenticatedUserIdUsing(callable $callback)
* @method static mixed|null withUser(\Illuminate\Contracts\Auth\Authenticatable|string|int|null $user, callable $callback)
* @method static \Laravel\Pulse\Pulse rememberUser(\Illuminate\Contracts\Auth\Authenticatable $user)
* @method static string|self css(array|string|\Illuminate\Contracts\Support\Htmlable|null $path = null)
* @method static \Laravel\Pulse\Pulse|string css(string|\Illuminate\Contracts\Support\Htmlable|array|null $css = null)
* @method static string js()
* @method static bool registersRoutes()
* @method static \Laravel\Pulse\Pulse ignoreRoutes()
Expand Down

0 comments on commit 77b2de2

Please sign in to comment.