Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -18,7 +18,7 @@ class SingleSegmentLoader {
|
||||
* @param string|int $segment_id
|
||||
* @return DynamicSegment
|
||||
*/
|
||||
function load($segment_id) {
|
||||
public function load($segment_id) {
|
||||
|
||||
$segment = DynamicSegment::findOne($segment_id);
|
||||
if (!$segment instanceof DynamicSegment) {
|
||||
|
Reference in New Issue
Block a user