Skip to content

Commit

Permalink
♻️ (ImageSpatie.php): refactor column assignment to improve code read…
Browse files Browse the repository at this point in the history
…ability and consistency
  • Loading branch information
marco76tv committed Jun 18, 2024
1 parent dbc9a5a commit 041c2e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Filament/Blocks/ImageSpatie.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ function (HasForms $livewire, SpatieMediaLibraryFileUpload $component, Temporary
TextInput::make('caption')
->label('didascalia'),
])
<<<<<<< HEAD
->columns('form' === $context ? 2 : 1);
=======
->columns($context === 'form' ? 2 : 1);
>>>>>>> f631be8 (Dusting)
}
}

0 comments on commit 041c2e0

Please sign in to comment.