1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Deps & Tests: Updated PHP deps, fixed test namespaces

This commit is contained in:
Dan Brown
2025-02-23 11:30:10 +00:00
parent d2542d6265
commit c3a1fabbf0
9 changed files with 237 additions and 229 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Sorting;
namespace Tests\Sorting;
use BookStack\Entities\Models\Chapter;
use BookStack\Entities\Models\Page;