We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34956ec commit 6802975Copy full SHA for 6802975
src/Resources/PageResource/Pages/ManagePageTree.php
@@ -78,6 +78,6 @@ protected function getFooterWidgets(): array
78
public function getTreeRecordIcon(?Model $record = null): ?string
79
{
80
/** @var HasPageAttributes $record */
81
- return $record?->isPublished() ? null : 'heroicon-o-eye-slash' ;
+ return $record?->isPublished() ? null : 'heroicon-o-eye-slash';
82
}
83
0 commit comments