Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Fix: Add missing comma in array initialization #283

Merged
merged 1 commit into from
Dec 14, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/autoload/development.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'view_manager' => [
'display_exceptions' => true,
]
],
'service_manager' => [
'factories' => [
'Zend\Db\Adapter\Adapter' => 'BjyProfiler\Db\Adapter\ProfilingAdapterFactory',
Expand Down