Skip to content

Commit 601f3b4

Browse files
committed
disable exception by default
1 parent 2303ad3 commit 601f3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/firewall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'redirect' => env('FIREWALL_BLOCK_REDIRECT', null),
2020
'abort' => env('FIREWALL_BLOCK_ABORT', false),
2121
'code' => env('FIREWALL_BLOCK_CODE', 403),
22-
'exception' => \Akaunting\Firewall\Exceptions\AccessDenied::class,
22+
//'exception' => \Akaunting\Firewall\Exceptions\AccessDenied::class,
2323
],
2424

2525
],

0 commit comments

Comments
 (0)