Skip to content

Commit 0125bc7

Browse files
committed
docs: improve sample code
1 parent 003a3ed commit 0125bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/libraries/files
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$files->removeFile(APPPATH . 'Filters/DevelopToolbar');
3+
$files->removeFile(APPPATH . 'Filters/DevelopToolbar.php');
44

55
$files->removePattern('#\.gitkeep#');
66
$files->retainPattern('*.php');

0 commit comments

Comments
 (0)