mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Marked paths() function as deprecated, closes #4615
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6955 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
34bcece2d7
commit
f6aa0e0a09
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ if (!function_exists('clone')) {
|
|||
* Components, and Helpers.
|
||||
*
|
||||
* @return array Array of paths indexed by type
|
||||
* @deprecated See Configure::corePaths
|
||||
*/
|
||||
function paths() {
|
||||
$directories = Configure::getInstance();
|
||||
|
|
Loading…
Add table
Reference in a new issue