Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Services\Sitemaps;
|
||||
|
||||
use Illuminate\Support\Facades\Cache;
|
||||
use Illuminate\Support\Facades\Storage;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
@@ -70,6 +71,8 @@ final class SitemapReleaseManager
|
||||
];
|
||||
|
||||
$this->atomicJsonWrite($this->activePointerPath(), $payload);
|
||||
|
||||
Cache::forget('sitemaps:active-release-id');
|
||||
}
|
||||
|
||||
public function activeReleaseId(): ?string
|
||||
|
||||
Reference in New Issue
Block a user