Updated angel_framework
This commit is contained in:
parent
7186fa7990
commit
64d6cb8951
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue