mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updated doc block for JsonView's subDir property
This commit is contained in:
parent
878e599976
commit
24a522f972
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ App::uses('View', 'View');
|
|||
class JsonView extends View {
|
||||
|
||||
/**
|
||||
* JSON views are always located in the 'json' sub directory for a
|
||||
* controller's views.
|
||||
* JSON views are always located in the 'json' sub directory for
|
||||
* controllers' views.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue