Commit 89f1087a authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/event-values (PR #115)

Commits
-------

9b612f85 adjust silex event values for consistency with Symfony2

Discussion
----------

adjust silex event values for consistency with Symfony2
parents 066c3574 9b612f85
......@@ -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