Updated angel_framework

This commit is contained in:
thomashii 2021-04-13 23:37:39 +08:00
parent 7186fa7990
commit 64d6cb8951

View file

@ -480,7 +480,7 @@ class HookedService<Id, Data, T extends Service<Id, Data>>
} }
/// Fired when a hooked service is invoked. /// Fired when a hooked service is invoked.
class HookedServiceEvent<Id, Data, T extends Service<Id, Data?>> { class HookedServiceEvent<Id, Data, T extends Service<Id, Data>> {
static const String indexed = 'indexed'; static const String indexed = 'indexed';
static const String read = 'read'; static const String read = 'read';
static const String created = 'created'; static const String created = 'created';