Skip to content

Commit

Permalink
chore: remove unused namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Jul 20, 2024
1 parent c9933ed commit 2218ca4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Exceptions/Handlers/AppExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/
namespace App\Exceptions\Handlers;

use function Hyperf\Config\config;
use Hyperf\ExceptionHandler\ExceptionHandler;
use Hyperf\HttpMessage\Exception\HttpException;
use Psr\Http\Message\ResponseInterface;
Expand Down
11 changes: 11 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@
LogLevel::WARNING,
],

/*
|--------------------------------------------------------------------------
| Debug Mode for Command Errors
|--------------------------------------------------------------------------
|
| This value determines whether the stack strace will be displayed
| when errors occur in the command line.
|
*/
'command_debug_enabled' => env('COMMAND_DEBUG_ENABLED', false),

/*
|--------------------------------------------------------------------------
| Application URL
Expand Down

0 comments on commit 2218ca4

Please sign in to comment.