Refactor CardResource and DateHelper: Clean up whitespace and update PHPDoc types
This commit is contained in:
@@ -55,7 +55,7 @@ class CardResource extends Resource
|
||||
->native(false)
|
||||
->columnSpan('1')
|
||||
->required(),
|
||||
|
||||
|
||||
TextInput::make('name')
|
||||
->label(__('Card name'))
|
||||
->maxLength(255)
|
||||
@@ -75,15 +75,15 @@ class CardResource extends Resource
|
||||
TextColumn::make('name')
|
||||
->label(__('Card name'))
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('month')
|
||||
|
||||
TextColumn::make('month')
|
||||
->label(__('Card month'))
|
||||
->searchable(),
|
||||
|
||||
TextColumn::make('year')
|
||||
|
||||
TextColumn::make('year')
|
||||
->label(__('Card year'))
|
||||
->searchable(),
|
||||
|
||||
|
||||
TextColumn::make('created_at')
|
||||
->dateTime()
|
||||
->sortable()
|
||||
|
||||
Reference in New Issue
Block a user