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 18, 2023
1 parent 67ec019 commit e3c7083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Nova/Snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ public function fields(NovaRequest $request)
return [
'php' => 'PHP',
'markdown' => 'Markdown',
'json' => 'json',
'json' => 'JSON',
'javascript' => 'JavaScript',
'yaml' => 'YAML',
];
})->default('json')
->displayUsingLabels(),
Expand Down

0 comments on commit e3c7083

Please sign in to comment.