Skip to content

Commit 99e42d6

Browse files
author
jdlabails
committed
fix function visibility
1 parent bc28b33 commit 99e42d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Traits/ScriptBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait ScriptBuilder
1717
/**
1818
* On creer le pa.sh selon les param
1919
*/
20-
function creerAnalyses()
20+
public function creerAnalyses()
2121
{
2222
$contentGlobalSh = $contentCbfSh = $this->getHeader();
2323

0 commit comments

Comments
 (0)