Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Nov 8, 2024
1 parent e13b5d3 commit c4da19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen/AsSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getContent(string $field): mixed
{
// When field does not contain a dot, it is a simple field name.
// And we not need to use cast model to array for this case.
if (!str_contains($field, '.')) {
if (! str_contains($field, '.')) {
return $this->getAttribute($field);
}

Expand Down

0 comments on commit c4da19c

Please sign in to comment.