Skip to content

Commit

Permalink
Update user_guide_src/source/libraries/files.rst
Browse files Browse the repository at this point in the history
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
  • Loading branch information
MGatner and paulbalandan authored Jun 24, 2021
1 parent b09afed commit c9e1f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/libraries/files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,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');
}
}
Expand Down

0 comments on commit c9e1f84

Please sign in to comment.