Framework Update

This commit is contained in:
2024-01-31 22:15:08 +08:00
parent b5ff5e8b5f
commit 20678a6a0c
1459 changed files with 25954 additions and 16153 deletions
+3 -3
View File
@@ -47,8 +47,8 @@ namespace Illuminate\Support\Facades;
* @method static string getName()
* @method static void setName(string $name)
* @method static string getId()
* @method static void setId(string $id)
* @method static bool isValidId(string $id)
* @method static void setId(string|null $id)
* @method static bool isValidId(string|null $id)
* @method static void setExists(bool $value)
* @method static string token()
* @method static void regenerateToken()
@@ -56,7 +56,7 @@ namespace Illuminate\Support\Facades;
* @method static void setPreviousUrl(string $url)
* @method static void passwordConfirmed()
* @method static \SessionHandlerInterface getHandler()
* @method static void setHandler(\SessionHandlerInterface $handler)
* @method static \SessionHandlerInterface setHandler(\SessionHandlerInterface $handler)
* @method static bool handlerNeedsRequest()
* @method static void setRequestOnHandler(\Illuminate\Http\Request $request)
* @method static void macro(string $name, object|callable $macro)