Skip to content

Commit f64944a

Browse files
Casmogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 2d98cf5 commit f64944a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Resources/RoleResource/Pages/EditRole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static function getResource(): string
1515
{
1616
return config('backstage.users.resources.roles', RoleResource::class);
1717
}
18-
18+
1919
protected function getHeaderActions(): array
2020
{
2121
return [

src/Resources/RoleResource/Pages/ListRoles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static function getResource(): string
1212
{
1313
return config('backstage.users.resources.roles', RoleResource::class);
1414
}
15-
15+
1616
protected function getHeaderActions(): array
1717
{
1818
return [

src/Resources/RoleResource/Pages/ViewRole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static function getResource(): string
1212
{
1313
return config('backstage.users.resources.roles', RoleResource::class);
1414
}
15-
15+
1616
protected function getHeaderActions(): array
1717
{
1818
return [

0 commit comments

Comments
 (0)