@@ -27,13 +27,13 @@ |
||
27 | 27 | |
28 | 28 | class Event |
29 | 29 | { |
30 | - /** Events */ |
|
31 | - public const BEFORE_SELECT = 'before-select'; |
|
32 | - public const AFTER_SELECT = 'after-select'; |
|
33 | - public const BEFORE_INSERT = 'before-insert'; |
|
34 | - public const AFTER_INSERT = 'after-insert'; |
|
35 | - public const BEFORE_UPDATE = 'before-update'; |
|
36 | - public const AFTER_UPDATE = 'after-update'; |
|
37 | - public const BEFORE_DELETE = 'before-delete'; |
|
38 | - public const AFTER_DELETE = 'after-delete'; |
|
30 | + /** Events */ |
|
31 | + public const BEFORE_SELECT = 'before-select'; |
|
32 | + public const AFTER_SELECT = 'after-select'; |
|
33 | + public const BEFORE_INSERT = 'before-insert'; |
|
34 | + public const AFTER_INSERT = 'after-insert'; |
|
35 | + public const BEFORE_UPDATE = 'before-update'; |
|
36 | + public const AFTER_UPDATE = 'after-update'; |
|
37 | + public const BEFORE_DELETE = 'before-delete'; |
|
38 | + public const AFTER_DELETE = 'after-delete'; |
|
39 | 39 | } |