fix(cache): add Model import to ClearsGlobalSearchCache trait for improved functionality
This commit is contained in:
parent
7f30afb823
commit
e3a03eb647
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
namespace App\Traits;
|
namespace App\Traits;
|
||||||
|
|
||||||
use App\Livewire\GlobalSearch;
|
use App\Livewire\GlobalSearch;
|
||||||
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
trait ClearsGlobalSearchCache
|
trait ClearsGlobalSearchCache
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue