Skip to content

Commit

Permalink
fix #139
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed May 29, 2018
1 parent ae68eb2 commit 3da6b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngrest/base/NgRestModel.php
Expand Up @@ -662,7 +662,7 @@ public function ngRestConfig($config)
$config->aw->load($windowConfig);
}

if (!empty($this->ngRestConfigOptions()) {
if (!empty($this->ngRestConfigOptions())) {
$config->options = $this->ngRestConfigOptions();
}
}
Expand Down

0 comments on commit 3da6b47

Please sign in to comment.