Update ListPhyreServers.php
This commit is contained in:
parent
287fd618c4
commit
12894cf2f9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue