We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f46fd8 + 1229ef8 commit 05c7dc0Copy full SHA for 05c7dc0
database/seeds/BlogTableSeeder.php
@@ -221,26 +221,13 @@ public function run()
221
'url' => 'admin/blog/blog',
222
'name' => 'Blog',
223
'description' => null,
224
- 'icon' => 'las la-blog',
+ 'icon' => 'las la-book-open',
225
'target' => null,
226
'order' => 190,
227
'status' => 1,
228
],
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
242
[
243
- 'parent_id' => 3,
+ 'parent_id' => 4,
244
'key' => null,
245
'url' => 'blog',
246
0 commit comments