Skip to content

Commit

Permalink
Merge pull request #8223 from kenjis/docs-get_filenames-sample-code
Browse files Browse the repository at this point in the history
docs: update outdated sample code in filesystem_helper
  • Loading branch information
kenjis authored Nov 16, 2023
2 parents 71a461e + 0f9b27b commit 2021c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/filesystem_helper/010.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

$controllers = get_filenames(APPPATH . 'controllers/');
$controllers = get_filenames(APPPATH . 'Controllers/');
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/filesystem_helper/011.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

$models_info = get_dir_file_info(APPPATH . 'models/');
$models_info = get_dir_file_info(APPPATH . 'Models/');

0 comments on commit 2021c36

Please sign in to comment.