|
$this->attributes = array_merge($this->attributes, $config['attributes']); |
Hi.
I think you should to use array_merge_recursive() in that place.
What if two files of policy rules will have rules with the same name ?
In that case recursive merging is solution.
What do you think?