Skip to content

Commit

Permalink
SiteSettings syncing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Sep 30, 2024
1 parent 6c03dc0 commit 64c2305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/SiteSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function manageSiteConfig(): void

$json = json_encode($config, JSON_PRETTY_PRINT);
file_put_contents(__DIR__ . '/SiteConfig.json', $json);
SiteSettings::syncFile();
// SiteSettings::syncFile();
}

public static function envArray(): array
Expand Down

0 comments on commit 64c2305

Please sign in to comment.