Skip to content

Commit 3626e1a

Browse files
committed
chore: app info
1 parent 0c50ba6 commit 3626e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/Traits/AppServiceTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public static function handleAppData(array $data)
3030
'name' => $data['name'],
3131
'description' => $data['description'],
3232
'version' => $data['version'],
33-
'author' => $data['author'],
34-
'author_link' => $data['authorLink'] ?? null,
33+
'author' => $data['author'] ?? $data['developer'] ?? 'Developer',
34+
'author_link' => $data['authorLink'] ?? $data['website'] ?? null,
3535
'panel_usages' => $data['panelUsages'] ?? null,
3636
'access_path' => $data['accessPath'] ?? null,
3737
'settings_path' => $data['settingsPath'] ?? null,

0 commit comments

Comments
 (0)