1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

PHP: Addressed 8.4 deprecations within app itself

This commit is contained in:
Dan Brown
2025-02-17 12:45:37 +00:00
parent 3b4d3430a5
commit 5508c171db
14 changed files with 45 additions and 33 deletions

View File

@ -49,6 +49,7 @@ This method allows you to register a custom social authentication driver within
- string $driverName
- array $config
- string $socialiteHandler
- callable|null $configureForRedirect = null
**Example**