mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing doc block for APPLIBS
This commit is contained in:
parent
3eeb6eaad2
commit
5a6a6e5364
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if (!defined('APP')) {
|
|||
define('COMPONENTS', CONTROLLERS.'components'.DS);
|
||||
|
||||
/**
|
||||
* Path to the application's views directory.
|
||||
* Path to the application's libs directory.
|
||||
*/
|
||||
define('APPLIBS', APP.'libs'.DS);
|
||||
|
||||
|
|
Loading…
Reference in a new issue