mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-16 05:00:54 +08:00
Revert "fix: resolve PHPStan static analysis warnings"
This reverts commit 2d3e4b4a95.
This commit is contained in:
@@ -7,8 +7,9 @@ use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;
|
||||
class EncryptCookies extends Middleware
|
||||
{
|
||||
/**
|
||||
* 不需要加密的Cookie名称列表
|
||||
* @var array<int, string>
|
||||
* The names of the cookies that should not be encrypted.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $except = [
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user