Skip to content

Commit

Permalink
setting is cool
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Oct 27, 2017
1 parent e0c3bae commit a139393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
@@ -1,6 +1,6 @@
<?php

function settings($key, $default = '', $setting_name = 'site')
function setting($key, $default = '', $setting_name = 'site')
{
if ( ! config()->get($setting_name)) {
// Decode the settings to an associative array.
Expand Down

0 comments on commit a139393

Please sign in to comment.