Fix the order

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-25 13:44:56 +01:00
committed by M. Shull
parent c3657c4b16
commit d31a3ae1e9

View File

@ -48,7 +48,6 @@ class Populator {
'Sunglasses',
'RealEstate',
'AppWelcome',
'FashionShop',
'FoodBox',
'Poet',
'PostNotificationsBlank1Column',
@ -111,6 +110,7 @@ class Populator {
'HealthyFoodBlog',
'Software',
'LifestyleBlogA',
'FashionShop',
'LifestyleBlogB',
'Painter',
'FarmersMarket',
@ -246,7 +246,7 @@ class Populator {
}
$this->settings->delete('last_announcement_seen');
}
$prefix = 'user_seen_editor_tutorial';
$prefix_length = strlen($prefix);
$users_seen_editor_tutorial = Setting::whereLike('name', $prefix . '%')->findMany();