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;
*/
final class SilexEvents
{
const BEFORE = 'onSilexBefore';
const AFTER = 'onSilexAfter';
const ERROR = 'onSilexError';
const BEFORE = 'silex.before';
const AFTER = 'silex.after';
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