Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -17,7 +17,7 @@ class Saver {
|
||||
* @return integer
|
||||
* @throws ErrorSavingException
|
||||
*/
|
||||
function save(DynamicSegment $segment) {
|
||||
public function save(DynamicSegment $segment) {
|
||||
$db = ORM::get_db();
|
||||
$db->beginTransaction();
|
||||
|
||||
|
Reference in New Issue
Block a user