This commit is contained in:
karimalden 2024-07-29 15:25:15 +03:00
parent 93ca3613ac
commit 282d38308e

View File

@ -15,11 +15,7 @@ public function run(): void
{ {
$keys = [ $keys = [
[
'key' => 'home_description',
'value' => 'Home page description',
'type' => 'home',
],
// [ // [
// 'key' => 'home_main_image', // 'key' => 'home_main_image',
// 'value' => '/', // 'value' => '/',
@ -50,11 +46,6 @@ public function run(): void
'value' => "links", 'value' => "links",
'type' => 'setting', 'type' => 'setting',
], ],
[
'key' => 'links',
'value' => "links",
'type' => 'setting',
],
[ [
'key' => 'facebook', 'key' => 'facebook',
'value' => "facebook", 'value' => "facebook",