1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Queries: Migrated revision repo queries to new class

This commit is contained in:
Dan Brown
2024-02-07 15:09:16 +00:00
parent 222c665018
commit c95f4ca40f
3 changed files with 11 additions and 46 deletions

View File

@ -2,7 +2,7 @@
namespace BookStack\Entities\Queries;
use BookStack\App\Model;
use BookStack\Entities\Models\Entity;
use Illuminate\Database\Eloquent\Builder;
/**