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