Alpha order.

This commit is contained in:
Taylor Otwell 2015-10-14 09:34:10 -05:00
parent 68738b5015
commit d15ab4b82e
2 changed files with 2850 additions and 1 deletions

View File

@ -18,8 +18,8 @@ class Handler extends ExceptionHandler
* @var array * @var array
*/ */
protected $dontReport = [ protected $dontReport = [
HttpException::class,
AuthorizationException::class, AuthorizationException::class,
HttpException::class,
ModelNotFoundException::class, ModelNotFoundException::class,
ValidationException::class, ValidationException::class,
]; ];

2849
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff