Skip to content

Commit

Permalink
Merge pull request #945 from cakephp/5.x-global-functions
Browse files Browse the repository at this point in the history
Load global functions by default.
  • Loading branch information
ADmad authored Apr 8, 2023
2 parents 2dd771b + e2a8a0c commit b2aec50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
use Cake\Routing\Router;
use Cake\Utility\Security;

/**
* Load global functions.
*/
require CAKE . 'functions.php';

/*
* See https://github.com/josegonzalez/php-dotenv for API details.
*
Expand Down

0 comments on commit b2aec50

Please sign in to comment.