Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -18,7 +18,7 @@ class Loader {
|
||||
/**
|
||||
* @return DynamicSegment[]
|
||||
*/
|
||||
function load() {
|
||||
public function load() {
|
||||
$segments = DynamicSegment::findAll();
|
||||
return $this->loadFilters($segments);
|
||||
}
|
||||
|
Reference in New Issue
Block a user