mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Merge pull request #75 from skipperbent/development
[TASK] Readded merging
This commit is contained in:
@@ -202,7 +202,7 @@ abstract class RouterEntry {
|
|||||||
*/
|
*/
|
||||||
public function addSettings(array $settings = null) {
|
public function addSettings(array $settings = null) {
|
||||||
if(is_array($settings)) {
|
if(is_array($settings)) {
|
||||||
$this->settings = array_merge($settings, $this->settings);
|
$this->settings = array_merge($this->settings, $settings);
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user