Skip to content

Commit

Permalink
turn up error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Apr 12, 2014
1 parent d7589cf commit 0a0f864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/Dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class Dev extends Config
{
public function define(Container $di)
{

ini_set('error_reporting', E_ALL);
ini_set('display_errors', true);
}

public function modify(Container $di)
{

}
}

0 comments on commit 0a0f864

Please sign in to comment.