chore: pint

This commit is contained in:
Benjamin Nussbaum 2026-01-15 09:01:59 +01:00
parent a15645ad88
commit d19a079b8a
30 changed files with 295 additions and 188 deletions

View file

@ -1,17 +1,23 @@
<?php
use Livewire\Component;
use Livewire\Attributes\Modelable;
use Livewire\Component;
new class extends Component
{
#[Modelable]
public $model = '';
public $language = 'html';
public $theme = 'auto';
public $readonly = false;
public $placeholder = '';
public $height = '200px';
public $id = '';
public function mount($language = 'html', $theme = 'auto', $readonly = false, $placeholder = '', $height = '200px', $id = '')
@ -24,7 +30,6 @@ new class extends Component
$this->id = $id;
}
public function toJSON()
{
return json_encode([