Skip to content

Commit 05c7dc0

Browse files
authored
Merge pull request #14 from Litecms/develop
Update BlogTableSeeder.php
2 parents 5f46fd8 + 1229ef8 commit 05c7dc0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

database/seeds/BlogTableSeeder.php

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -221,26 +221,13 @@ public function run()
221221
'url' => 'admin/blog/blog',
222222
'name' => 'Blog',
223223
'description' => null,
224-
'icon' => 'las la-blog',
224+
'icon' => 'las la-book-open',
225225
'target' => null,
226226
'order' => 190,
227227
'status' => 1,
228228
],
229-
230-
[
231-
'parent_id' => 2,
232-
'key' => null,
233-
'url' => 'user/blog/blog',
234-
'name' => 'Blog',
235-
'description' => null,
236-
'icon' => 'icon-book-open',
237-
'target' => null,
238-
'order' => 190,
239-
'status' => 1,
240-
],
241-
242229
[
243-
'parent_id' => 3,
230+
'parent_id' => 4,
244231
'key' => null,
245232
'url' => 'blog',
246233
'name' => 'Blog',

0 commit comments

Comments
 (0)