mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
TTS
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Http\Livewire\BookCase;
|
||||
|
||||
use App\Models\BookCase;
|
||||
use App\Models\Country;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Livewire\Component;
|
||||
use Livewire\WithFileUploads;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
@@ -11,6 +12,7 @@ use Spatie\MediaLibrary\MediaCollections\Models\Media;
|
||||
|
||||
class CommentBookCase extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
use WithFileUploads;
|
||||
|
||||
public Country $country;
|
||||
@@ -21,6 +23,13 @@ class CommentBookCase extends Component
|
||||
|
||||
public BookCase $bookCase;
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->bookCase->load([
|
||||
'orangePills.user',
|
||||
]);
|
||||
}
|
||||
|
||||
public function save()
|
||||
{
|
||||
$this->validate([
|
||||
|
||||
Reference in New Issue
Block a user