File manager - Edit - /home/autoph/public_html/projects/tickets-autohub/app/Http/Livewire/TicketNotification.php
Back
<?php namespace App\Http\Livewire; use Livewire\Component; class TicketNotification extends Component { public $notificationMessage = ''; protected $listeners = ['ticketCreated' => 'showNotification']; public function showNotification($message) { $this->notificationMessage = $message; } public function render() { return view('livewire.ticket-notification'); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings