Update ListPhyreServers.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 21:00:34 +03:00
parent 287fd618c4
commit 12894cf2f9

View file

@ -14,7 +14,7 @@ class ListPhyreServers extends ListRecords
protected function getHeaderActions(): array
{
return [
Actions\Action::make('Sync Resources')->action(function() {
Actions\Action::make('Sync Servers Resources')->action(function() {
$findPhyreServers = PhyreServer::all();
if ($findPhyreServers->count() > 0) {
foreach ($findPhyreServers as $phyreServer) {