forgot to change this back after debugging
This commit is contained in:
parent
e5ca1d8c64
commit
d8e3b5b0a0
3 changed files with 3 additions and 54 deletions
|
@ -64,7 +64,7 @@ class ExceptionHandler
|
|||
http_response_code(500);
|
||||
|
||||
try {
|
||||
$debug = config('dev.show_errorsa');
|
||||
$debug = config('dev.show_errors');
|
||||
} catch (Exception $ex) {
|
||||
$debug = false;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"phroute/phroute": "^2.1",
|
||||
"illuminate/database": "5.2.*",
|
||||
"doctrine/dbal": "~2.4",
|
||||
"golonka/bbcodeparser": "^2.2",
|
||||
"nesbot/carbon": "^1.21",
|
||||
"swiftmailer/swiftmailer": "^5.4",
|
||||
"corneltek/cliframework": "^3.0",
|
||||
|
|
54
composer.lock
generated
54
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "f946afcc0c6da415e19157b0b4abe022",
|
||||
"content-hash": "e8af98e57e4ec54d9e23cf833b2b733a",
|
||||
"hash": "54f46a3b04683e9c4a3a7e8ecda23612",
|
||||
"content-hash": "82a4dc685e1ed81d5b76869d9946899f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "corneltek/class-template",
|
||||
|
@ -725,56 +725,6 @@
|
|||
],
|
||||
"time": "2014-09-09 13:34:57"
|
||||
},
|
||||
{
|
||||
"name": "golonka/bbcodeparser",
|
||||
"version": "v2.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/golonka/BBCodeParser.git",
|
||||
"reference": "769c4ebe6207ffa20298b84b90eafca87ce2fb95"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/golonka/BBCodeParser/zipball/769c4ebe6207ffa20298b84b90eafca87ce2fb95",
|
||||
"reference": "769c4ebe6207ffa20298b84b90eafca87ce2fb95",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4",
|
||||
"squizlabs/php_codesniffer": "~2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Golonka\\BBCode\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Joseph Landberg",
|
||||
"email": "joseph.landberg@gmail.com",
|
||||
"homepage": "http://github.com/golonka/"
|
||||
}
|
||||
],
|
||||
"description": "Parse your BBCode easy with this library.",
|
||||
"homepage": "http://github.com/golonka/bbcodeparser",
|
||||
"keywords": [
|
||||
"PSR-1",
|
||||
"PSR-2",
|
||||
"PSR-4",
|
||||
"bbcode",
|
||||
"laravel",
|
||||
"parser"
|
||||
],
|
||||
"time": "2016-03-03 09:56:19"
|
||||
},
|
||||
{
|
||||
"name": "illuminate/container",
|
||||
"version": "v5.2.37",
|
||||
|
|
Reference in a new issue