Skip to content

Commit b2aec50

Browse files
authored
Merge pull request #945 from cakephp/5.x-global-functions
Load global functions by default.
2 parents 2dd771b + e2a8a0c commit b2aec50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/bootstrap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
use Cake\Routing\Router;
4747
use Cake\Utility\Security;
4848

49+
/**
50+
* Load global functions.
51+
*/
52+
require CAKE . 'functions.php';
53+
4954
/*
5055
* See https://github.com/josegonzalez/php-dotenv for API details.
5156
*

0 commit comments

Comments
 (0)