Skip to content

Commit 2021c36

Browse files
authored
Merge pull request #8223 from kenjis/docs-get_filenames-sample-code
docs: update outdated sample code in filesystem_helper
2 parents 71a461e + 0f9b27b commit 2021c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$controllers = get_filenames(APPPATH . 'controllers/');
3+
$controllers = get_filenames(APPPATH . 'Controllers/');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

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

0 commit comments

Comments
 (0)