Skip to content

Commit d357624

Browse files
committed
Release v4.6.3
1 parent 8d8149c commit d357624

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/Config/Filters.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ class Filters extends BaseFilters
6565
* List of filter aliases that are always
6666
* applied before and after every request.
6767
*
68-
* @var array<string, array<string, array<string, string>>>|array<string, list<string>>
68+
* @var array{
69+
* before: array<string, array{except: list<string>|string}>|list<string>,
70+
* after: array<string, array{except: list<string>|string}>|list<string>
71+
* }
6972
*/
7073
public array $globals = [
7174
'before' => [

preload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class preload
5757
'/system/Config/Routes.php',
5858
'/system/Language/',
5959
'/system/bootstrap.php',
60+
'/system/util_bootstrap.php',
6061
'/system/rewrite.php',
6162
'/Views/',
6263
// Errors occur.

0 commit comments

Comments
 (0)