Commit 321eb0be authored by Simon Schaufelberger's avatar Simon Schaufelberger Committed by GitHub

Missing return statement

parent 3f86eb8b
......@@ -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