aboutsummaryrefslogtreecommitdiff
path: root/src/view/AbstractBuilder.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/AbstractBuilder.php')
-rw-r--r--src/view/AbstractBuilder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/AbstractBuilder.php b/src/view/AbstractBuilder.php
index dd83a42..ab5e389 100644
--- a/src/view/AbstractBuilder.php
+++ b/src/view/AbstractBuilder.php
@@ -49,7 +49,7 @@ abstract class AbstractBuilder
49 return str_replace('_', '', ucwords($input, '_')); 49 return str_replace('_', '', ucwords($input, '_'));
50 } 50 }
51 51
52 protected function render(): string // = getHTML() 52 public function render(): string // = getHTML(), nécéssite d'être public
53 { 53 {
54 return $this->html; 54 return $this->html;
55 } 55 }