]> BookStack Code Mirror - bookstack/commit
Addressed a range of deprecation warnings
authorDan Brown <redacted>
Sat, 21 Jan 2023 20:50:04 +0000 (20:50 +0000)
committerDan Brown <redacted>
Sat, 21 Jan 2023 20:50:04 +0000 (20:50 +0000)
commit78ebcb6f38ee7a984b26cd56dff882ae9d7e9f95
tree06f15496cbe6a628657b9c8a34da1974a5970cb9
parent28dda39260260f8ba6e9cf0b4628d1f56f80aba2
Addressed a range of deprecation warnings

Closes #3969
17 files changed:
app/Entities/Tools/Markdown/MarkdownToHtml.php
app/Search/SearchIndex.php
app/Util/CspService.php
database/factories/Actions/TagFactory.php
database/factories/Actions/WebhookFactory.php
database/factories/Auth/UserFactory.php
database/factories/Entities/Models/BookFactory.php
database/factories/Entities/Models/ChapterFactory.php
database/factories/Entities/Models/PageFactory.php
database/factories/Uploads/ImageFactory.php
dev/docs/development.md
resources/views/common/notifications.blade.php
resources/views/exports/parts/meta.blade.php
resources/views/pages/parts/revisions-index-row.blade.php
tests/Entity/ExportTest.php
tests/Entity/PageContentTest.php
tests/TestCase.php