commit 9ddbf6308b82d23ea10d33d1f197f7fc6b662ce2
Author: hasse <hasegawa@i-hearts.jp>
Date:   Fri Mar 25 04:14:43 2016 -0400

    app/Config/core.php のデバックモード変更

diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php
index 832053e..368a08a 100755
--- a/app/Config/bootstrap.php
+++ b/app/Config/bootstrap.php
@@ -92,7 +92,7 @@ Cache::config('default', array('engine' => 'File'));
  */
 
 
-// define定義
+// define螳夂ｾｩ
 config('const');
 
 
diff --git a/app/Config/core.php b/app/Config/core.php
index 0d1d85a..723b669 100755
--- a/app/Config/core.php
+++ b/app/Config/core.php
@@ -34,7 +34,7 @@
  * In production mode, flash messages redirect after a time interval.
  * In development mode, you need to click the flash message to continue.
  */
-	Configure::write('debug',0 );
+	Configure::write('debug',2 );
 
 /**
  * Configure the Error handler used to handle errors for your application. By default
