📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:50:25
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher-notyf
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher-notyf
🔄 Refresh
✏️
Editing: Notyf.php
Writable
<?php declare(strict_types=1); namespace Flasher\Notyf\Prime; use Flasher\Prime\Factory\NotificationFactory; /** * @mixin \Flasher\Notyf\Prime\NotyfBuilder */ final class Notyf extends NotificationFactory implements NotyfInterface { public function createNotificationBuilder(): NotyfBuilder { return new NotyfBuilder('notyf', $this->storageManager); } }
💾 Save Changes
❌ Cancel