Skip to content

Commit

Permalink
drop site settings
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Nov 27, 2024
1 parent e17dadf commit 621bd1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions database/migrations/sites_settings.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ return new class extends SettingsMigration
$this->migrator->add('sites.site_profile', '');
$this->migrator->add('sites.site_logo', '');
$this->migrator->add('sites.site_author', 'Fady Mondy');
$this->migrator->add('sites.site_address', 'Cairo, Egypt');
$this->migrator->add('sites.site_email', '[email protected]');
$this->migrator->add('sites.site_phone', '+201207860084');
$this->migrator->add('sites.site_phone_code', '+2');
$this->migrator->add('sites.site_location', 'Egypt');
$this->migrator->add('sites.site_currency', 'EGP');
$this->migrator->add('sites.site_language', 'English');
$this->migrator->add('sites.site_social', []);
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ public function up(): void
$this->createSetting('sites.site_profile', '');
$this->createSetting('sites.site_logo', '');
$this->createSetting('sites.site_author', 'Fady Mondy');
$this->createSetting('sites.site_address', 'Cairo, Egypt');
$this->createSetting('sites.site_email', '[email protected]');
$this->createSetting('sites.site_phone', '+201207860084');
$this->createSetting('sites.site_phone_code', '+2');
$this->createSetting('sites.site_location', 'Egypt');
$this->createSetting('sites.site_currency', 'EGP');
$this->createSetting('sites.site_language', 'English');
$this->createSetting('sites.site_social', []);
}

Expand Down

0 comments on commit 621bd1a

Please sign in to comment.