Commit 66587618 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1232 from simonschaufi/patch-1

Fix: Missing return statement
parents 3f86eb8b 321eb0be
......@@ -175,7 +175,7 @@ abstract class Model extends BaseModel
return;
}
parent::setAttribute($key, $value);
return parent::setAttribute($key, $value);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment