Skip to content

Commit 396fe84

Browse files
committed
docs: move // ... up
Because we add the code at the buttom.
1 parent e47eb98 commit 396fe84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • user_guide_src/source/concepts/services

user_guide_src/source/concepts/services/008.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
class Services extends BaseService
88
{
9+
// ...
10+
911
public static function renderer($viewPath = APPPATH . 'views/')
1012
{
1113
return new \CodeIgniter\View\View($viewPath);
1214
}
13-
14-
// ...
1515
}

0 commit comments

Comments
 (0)