fix githook deletion

This commit is contained in:
Saeed Vaziry
2025-06-20 00:13:54 +02:00
parent 7a94e28da2
commit 45521d2616
3 changed files with 18 additions and 6 deletions

View File

@ -15,7 +15,7 @@
* @property array<string, mixed> $actions
* @property string $hook_id
* @property array<string, mixed> $hook_response
* @property Site $site
* @property ?Site $site
* @property SourceControl $sourceControl
*/
class GitHook extends AbstractModel