Skip to content

Commit e2a8a0c

Browse files
committed
Load global functions by default.
Refs cakephp/cakephp#17082
1 parent 2dd771b commit e2a8a0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)