Skip to content

Commit

Permalink
add filter example
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 6, 2015
1 parent 90880a0 commit d8b2eac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@
// specify a custom template
//'psx_error_template' => null,

// Global middleware which are applied before and after every request. Must
// bei either a classname, closure or PSX\Dispatch\FilterInterface instance
//'psx_filter_pre' => [],
//'psx_filter_post' => [],

);

0 comments on commit d8b2eac

Please sign in to comment.