Add debug flag to config file

pull/9/head
Franz Liedke 2015-07-01 22:48:30 +02:00
parent bfaf29393f
commit 5985b7cfa0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php <?php
return [ return [
'debug' => true,
'database' => [ 'database' => [
'driver' => 'mysql', 'driver' => 'mysql',
'host' => 'localhost', 'host' => 'localhost',