-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
In my development I stoped getting exception errors. I checked the Application and verified that:
'display_exceptions' => true,
Later I discovered that zf-rest override my setting at:
https://github.com/zfcampus/zf-rest/blob/master/config/module.config.php#L53
My solution was easy, I moved Application (and my module) to the end of the stack and behaviour returned to the expected one.
My question is. Do we really need it in the zf-rest configuration?
Originally posted by @mbn18 at zfcampus/zf-rest#54
Metadata
Metadata
Assignees
Labels
No labels