This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace TeamTNT\Scout\Engines; | |
use Illuminate\Database\Eloquent\Collection; | |
use Illuminate\Support\Facades\DB; | |
use Laravel\Scout\Builder; | |
use Laravel\Scout\Engines\Engine; | |
use TeamTNT\TNTSearch\TNTSearch; | |
use TeamTNT\TNTSearch\Exceptions\IndexNotFoundException; |