Fixed changed namespaces for merged test

This commit is contained in:
Dan Brown 2020-12-18 20:04:48 +00:00
parent cf04a0d818
commit 20bb76afdb
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -1,7 +1,7 @@
<?php namespace Tests\Permissions;
use BookStack\Entities\Book;
use BookStack\Entities\Chapter;
use BookStack\Entities\Models\Book;
use BookStack\Entities\Models\Chapter;
use Illuminate\Support\Str;
use Tests\TestCase;