Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 11, 2023
1 parent cfbc5a5 commit 92f5f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Nova/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function fields(NovaRequest $request)
if (Str::startsWith($title, 'Space Pilgrim:')) {
$defaults['Series'] = 'Space Pilgrim';
} elseif (Str::startsWith($title, 'Nova:')) {
$defaults['Series'] = 'Space Pilgrim';
$defaults['Series'] = 'Laravel Nova';
}

if (is_null($formData->user)) {
Expand Down

0 comments on commit 92f5f65

Please sign in to comment.