1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-10-13 11:47:56 +03:00

Refactored search-based code to its own folder

Also applied StyleCI changes
This commit is contained in:
Dan Brown
2022-08-16 11:27:22 +01:00
parent 2b06e86d53
commit 837fd74bf6
16 changed files with 31 additions and 45 deletions

View File

@@ -3,7 +3,7 @@
namespace BookStack\Console\Commands;
use BookStack\Entities\Models\Entity;
use BookStack\Entities\Tools\SearchIndex;
use BookStack\Search\SearchIndex;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;