Commit bd62e056 authored by Darron Park's avatar Darron Park

Fix settings repo typo

parent c16858ee
......@@ -53,7 +53,7 @@ class EloquentSettingRepository extends EloquentBaseRepository implements Settin
if($settingName == 'medias_single') {
// Get first key of values (Original settingName)
foreach ($settingValues as $key => $mediaId) {
$normalisedValue = [ 'media_single' => $mediaId ];
$normalisedValue = [ 'medias_single' => $mediaId ];
$settingName = $key;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment