fix(webhook): restore GitLab source deployments (#11284)

This commit is contained in:
Andrew Matia 2026-08-18 13:24:06 +03:00 committed by GitHub
parent c2b7978e3e
commit 264cb8e2b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Str;
use Visus\Cuid2\Cuid2;
class Gitlab extends Controller
{