Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Apr 1, 2019
1 parent 110bf20 commit 5da44d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@ public function boot()

try {
$value = setting($setting_key);

if (is_null($value)) {
continue;
}
} catch (\Exception $e) {
continue;
}

config([$config_key => $value]);
}

unset($value);
}

Expand Down

0 comments on commit 5da44d7

Please sign in to comment.