@@ -248,7 +248,7 @@ class SeederService extends Service
|
||||
|
||||
// See if any of the options have changed
|
||||
if ($row->type === 'select') {
|
||||
if ($row->options !== $setting['options']) {
|
||||
if (!empty($row->options) && $row->options !== $setting['options']) {
|
||||
Log::info('Options for '.$id.' changed, update available');
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user