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:
MGatner 2021-06-24 07:58:26 -04:00 committed by John Paul E. Balandan, CPA
parent a6d1063109
commit 28bf846749

View File

@ -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');
}
}