The trait CSlant\TelegramGitNotifier\Trait\ActionEventTrait requires some properties which are not provided by CSlant\TelegramGitNotifier\Objects\Validator: $action, $object_attributes, $noteable_type
Loading history...
12
13
private Setting $setting;
14
15
private Event $event;
16
17
public function __construct(Setting $setting, Event $event)