芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/php-flasher/flasher/Factory/NotificationFactoryInterface.php
*/ namespace Flasher\Prime\Factory; use Flasher\Prime\Notification\NotificationBuilderInterface; /** * @mixin NotificationBuilderInterface */ interface NotificationFactoryInterface { /** * @return NotificationBuilderInterface */ public function createNotificationBuilder(); }