Skip to content

Commit

Permalink
Adding doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 4, 2016
1 parent 8a7f74f commit 6bdb70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SettingsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public function save()

foreach ($updated as $domain => $values) {
foreach ($values as $key => $value) {
/** @var Setting $model */
$model = $db->get($domain)->where('key', $key)->first();
$model->updateValue($value);
if ($model->isDirty()) {
Expand Down

0 comments on commit 6bdb70e

Please sign in to comment.