📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 10:06:12
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Factory
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Factory
🔄 Refresh
✏️
Editing: NotificationFactoryInterface.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Factory; use Flasher\Prime\Notification\NotificationBuilderInterface; /** * @mixin \Flasher\Prime\Notification\NotificationBuilderInterface */ interface NotificationFactoryInterface { public function createNotificationBuilder(): NotificationBuilderInterface; }
💾 Save Changes
❌ Cancel