fix: add missing CTLog import in ChurchToolsService

This commit is contained in:
Thorsten Bus 2026-03-31 14:18:01 +02:00
parent 936d38ecdc
commit 0d7e150fe2

View file

@ -5,6 +5,7 @@
use App\Models\ApiRequestLog;
use Closure;
use CTApi\CTConfig;
use CTApi\CTLog;
use CTApi\Exceptions\CTConfigException;
use CTApi\Exceptions\CTConnectException;
use CTApi\Exceptions\CTPermissionException;