📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:23:01
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
EventDispatcher
/
Event
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/EventDispatcher/Event
🔄 Refresh
✏️
Editing: PostUpdateEvent.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\EventDispatcher\Event; use Flasher\Prime\Notification\Envelope; final readonly class PostUpdateEvent { /** * @param Envelope[] $envelopes */ public function __construct(private array $envelopes) { } /** * @return Envelope[] */ public function getEnvelopes(): array { return $this->envelopes; } }
💾 Save Changes
❌ Cancel