Skip to content

Commit 0f9b27b

Browse files
committed
docs: update outdated sample code
1 parent 71a461e commit 0f9b27b

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)