mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
ZIP Exports: Finished up format doc, move files, started builder
Moved all existing export related app files into their new own dir.
This commit is contained in:
@ -5,8 +5,8 @@ namespace Tests\Entity;
|
||||
use BookStack\Entities\Models\Book;
|
||||
use BookStack\Entities\Models\Chapter;
|
||||
use BookStack\Entities\Models\Page;
|
||||
use BookStack\Entities\Tools\PdfGenerator;
|
||||
use BookStack\Exceptions\PdfExportException;
|
||||
use BookStack\Exports\PdfGenerator;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
Reference in New Issue
Block a user