whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
laravel-notification-channels
/
telegram
/
src
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/laravel-notification-channels/telegram/src/TelegramBase.php
<?php namespace NotificationChannels\Telegram; use JsonSerializable; use NotificationChannels\Telegram\Traits\HasSharedLogic; /** * Class TelegramBase. */ class TelegramBase implements JsonSerializable { use HasSharedLogic; public Telegram $telegram; public function __construct() { $this->telegram = app(Telegram::class); } }
Copyright ©2021 || Defacer Indonesia