📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 15:50:58
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Storage
/
Bag
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Storage/Bag
🔄 Refresh
✏️
Editing: StaticBag.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Storage\Bag; use Flasher\Prime\Notification\Envelope; final class StaticBag implements BagInterface { /** * @var Envelope[] */ private static array $envelopes = []; public function get(): array { return self::$envelopes; } public function set(array $envelopes): void { self::$envelopes = $envelopes; } }
💾 Save Changes
❌ Cancel