File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function getItems()
55
55
'database ' => [
56
56
'title ' => 'Database ' ,
57
57
'slug ' => 'database ' ,
58
- 'url ' => ' /database ' ,
58
+ 'url ' => null ,
59
59
'parent ' => null ,
60
60
'route ' => null ,
61
61
'params ' => null ,
@@ -72,7 +72,7 @@ public function getItems()
72
72
'parent ' => 'database ' ,
73
73
'route ' => 'database ' ,
74
74
'params ' => null ,
75
- 'controller ' => null ,
75
+ 'controller ' => ' \CodexShaper\DBM\Http\Controllers\DatabaseController@index ' ,
76
76
'middleware ' => null ,
77
77
'target ' => '_self ' ,
78
78
'icon ' => '<i class="fas fa-table"></i> ' ,
@@ -85,7 +85,7 @@ public function getItems()
85
85
'parent ' => 'database ' ,
86
86
'route ' => 'crud ' ,
87
87
'params ' => null ,
88
- 'controller ' => null ,
88
+ 'controller ' => ' \CodexShaper\DBM\Http\Controllers\CrudController@index ' ,
89
89
'middleware ' => null ,
90
90
'target ' => '_self ' ,
91
91
'icon ' => '<i class="fas fa-database"></i> ' ,
@@ -98,7 +98,7 @@ public function getItems()
98
98
'parent ' => 'database ' ,
99
99
'route ' => 'permission ' ,
100
100
'params ' => null ,
101
- 'controller ' => null ,
101
+ 'controller ' => ' \CodexShaper\DBM\Http\Controllers\PermissionController@index ' ,
102
102
'middleware ' => null ,
103
103
'target ' => '_self ' ,
104
104
'icon ' => '<i class="fas fa-user-lock"></i> ' ,
@@ -107,11 +107,11 @@ public function getItems()
107
107
'backup ' => [
108
108
'title ' => 'Backup ' ,
109
109
'slug ' => 'backup ' ,
110
- 'url ' => '/database ' ,
110
+ 'url ' => '/backup ' ,
111
111
'parent ' => 'database ' ,
112
112
'route ' => 'backup ' ,
113
113
'params ' => null ,
114
- 'controller ' => null ,
114
+ 'controller ' => ' \CodexShaper\DBM\Http\Controllers\BackupController@index ' ,
115
115
'middleware ' => null ,
116
116
'target ' => '_self ' ,
117
117
'icon ' => '<i class="fas fa-sync"></i> ' ,
You can’t perform that action at this time.
0 commit comments