Browse Source

Turnned off development environment for benchmark.

sanjoydesk 9 years ago
parent
commit
611ac111bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/cygnite-php-framework/apps/configs/application.php

+ 1 - 1
frameworks/PHP/cygnite-php-framework/apps/configs/application.php

@@ -73,7 +73,7 @@ return array(
     * Example :
     * environment => 'development/production'
     */
-    'environment' => 'production', //Errors are turned on in development environment
+    'environment' => 'production',//Errors are turned on in development environment
 
     /*
     *--------------------------------------------------------------------------