Skip to content

Commit

Permalink
Added log level import
Browse files Browse the repository at this point in the history
EPO-8961 Added log level import to app.php
  • Loading branch information
ericdrosas87 committed Jan 12, 2024
1 parent c6232eb commit 58b43ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

use craft\helpers\App;
use modules\investigations\Module;
use Psr\Log\LogLevel;

return [
'id' => App::env('APP_ID') ?: 'CraftCMS',
Expand Down

0 comments on commit 58b43ed

Please sign in to comment.