fix(cache): add Model import to ClearsGlobalSearchCache trait for improved functionality
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user