mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update user_guide_src/source/libraries/files.rst
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
This commit is contained in:
parent
a6d1063109
commit
28bf846749
@ -159,8 +159,8 @@ predefined collections without having to use their methods. Example::
|
||||
|
||||
class ConfigCollection extends \CodeIgniter\Files\FileCollection
|
||||
{
|
||||
protected function define(): void {
|
||||
|
||||
protected function define(): void
|
||||
{
|
||||
$this->add(APPPATH . 'Config', true)->retainPattern('*.php');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user