fix: add missing CTLog import in ChurchToolsService
This commit is contained in:
parent
936d38ecdc
commit
0d7e150fe2
|
|
@ -5,6 +5,7 @@
|
||||||
use App\Models\ApiRequestLog;
|
use App\Models\ApiRequestLog;
|
||||||
use Closure;
|
use Closure;
|
||||||
use CTApi\CTConfig;
|
use CTApi\CTConfig;
|
||||||
|
use CTApi\CTLog;
|
||||||
use CTApi\Exceptions\CTConfigException;
|
use CTApi\Exceptions\CTConfigException;
|
||||||
use CTApi\Exceptions\CTConnectException;
|
use CTApi\Exceptions\CTConnectException;
|
||||||
use CTApi\Exceptions\CTPermissionException;
|
use CTApi\Exceptions\CTPermissionException;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue