提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

View File

4
vendor/overtrue/socialite/src/Exceptions/BadRequestException.php vendored Executable file → Normal file
View File

@ -2,6 +2,4 @@
namespace Overtrue\Socialite\Exceptions;
class BadRequestException extends Exception
{
}
class BadRequestException extends Exception {}

0
vendor/overtrue/socialite/src/Exceptions/Exception.php vendored Executable file → Normal file
View File

View File

@ -4,6 +4,4 @@ namespace Overtrue\Socialite\Exceptions\FeiShu;
use Overtrue\Socialite\Exceptions;
class InvalidTicketException extends Exceptions\Exception
{
}
class InvalidTicketException extends Exceptions\Exception {}

View File

0
vendor/overtrue/socialite/src/Exceptions/InvalidTokenException.php vendored Executable file → Normal file
View File

View File