diff --git a/app/config/app.php b/app/config/app.php index d8990379..6dc1113f 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -13,7 +13,7 @@ | */ - 'debug' => true, + 'debug' => false, /* |-------------------------------------------------------------------------- diff --git a/app/config/local/app.php b/app/config/local/app.php new file mode 100644 index 00000000..c56fcb9c --- /dev/null +++ b/app/config/local/app.php @@ -0,0 +1,18 @@ + true, + +);