Open KGE opened 7 years ago
Is there a specific reason for the hardcoded "is_public" property in the ComponentUtils trait ?
Are there any issues in passing it when binding the model to the component?
I mean something like:
public function bindModel($attribute, $model, $is_public = true)
Is there a specific reason for the hardcoded "is_public" property in the ComponentUtils trait ?
Are there any issues in passing it when binding the model to the component?
I mean something like:
public function bindModel($attribute, $model, $is_public = true)