Skip to content

Commit

Permalink
Fix method typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Apr 6, 2024
1 parent 2a76684 commit 89431f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Bartender.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @method static array handlers()
* @method static string getUserModel()
* @method static void setUserModel(string $userModel)
* @method static void serve(string $driver, string $handler = null)
* @method static void serve(string $driver, ?string $handler = null)
* @method static \Illuminate\Http\RedirectResponse redirect(string $driver)
* @method static \Illuminate\Http\RedirectResponse callback(string $driver)
*/
Expand Down

0 comments on commit 89431f4

Please sign in to comment.