Commit 9b612f85 authored by Igor Wiedler's avatar Igor Wiedler

adjust silex event values for consistency with Symfony2

parent 04a68363
...@@ -16,7 +16,7 @@ namespace Silex; ...@@ -16,7 +16,7 @@ namespace Silex;
*/ */
final class SilexEvents final class SilexEvents
{ {
const BEFORE = 'onSilexBefore'; const BEFORE = 'silex.before';
const AFTER = 'onSilexAfter'; const AFTER = 'silex.after';
const ERROR = 'onSilexError'; const ERROR = 'silex.error';
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment