BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
ably
/
ably-php
/
src
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Push.php
<?php namespace Ably; class Push { private $ably; public $admin; /** * Constructor * @param AblyRest $ably Ably API instance */ public function __construct( AblyRest $ably ) { $this->ably = $ably; $this->admin = new PushAdmin( $ably ); } }
Save
Cancel