import threading from contextlib import contextmanager _state = threading.local()
<?php namespace App\Models\Scopes; use App\Support\TenantContext; use Illuminate\Database\Eloquent\Builder;