mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-08 04:04:33 +08:00
Fixed changed namespaces for merged test
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?php namespace Tests\Permissions;
|
<?php namespace Tests\Permissions;
|
||||||
|
|
||||||
use BookStack\Entities\Book;
|
use BookStack\Entities\Models\Book;
|
||||||
use BookStack\Entities\Chapter;
|
use BookStack\Entities\Models\Chapter;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user