mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove show in menu and related functions
This commit is contained in:
@@ -23,7 +23,6 @@ class ContentTableSeeder extends Seeder
|
||||
'metadescription' => '""',
|
||||
'metakeywords' => '""',
|
||||
'contenttype' => 3,
|
||||
'showinmenu' => 0,
|
||||
'status' => 1,
|
||||
'ordinal' => 0,
|
||||
'role' => 0,
|
||||
@@ -36,7 +35,6 @@ class ContentTableSeeder extends Seeder
|
||||
'metadescription' => '""',
|
||||
'metakeywords' => '""',
|
||||
'contenttype' => 1,
|
||||
'showinmenu' => 2,
|
||||
'status' => 1,
|
||||
'ordinal' => 1,
|
||||
'role' => 0,
|
||||
@@ -49,7 +47,6 @@ class ContentTableSeeder extends Seeder
|
||||
'metadescription' => '""',
|
||||
'metakeywords' => '""',
|
||||
'contenttype' => 1,
|
||||
'showinmenu' => 2,
|
||||
'status' => 1,
|
||||
'ordinal' => 0,
|
||||
'role' => 0,
|
||||
|
||||
Reference in New Issue
Block a user