BookStack/app/Exports/ZipExportModels/ZipExportModel.php
Dan Brown 7c39dd5cba
Some checks are pending
analyse-php / build (push) Waiting to run
lint-php / build (push) Waiting to run
test-migrations / build (8.1) (push) Waiting to run
test-migrations / build (8.2) (push) Waiting to run
test-migrations / build (8.3) (push) Waiting to run
test-php / build (8.1) (push) Waiting to run
test-php / build (8.2) (push) Waiting to run
test-php / build (8.3) (push) Waiting to run
ZIP Export: Started building link/ref handling
2024-10-20 19:56:56 +01:00

12 lines
229 B
PHP

<?php
namespace BookStack\Exports\ZipExportModels;
use BookStack\App\Model;
use BookStack\Exports\ZipExportFiles;
interface ZipExportModel
{
// public static function fromModel(Model $model, ZipExportFiles $files): self;
}