upgraded dependencies
This commit is contained in:
@@ -1,83 +0,0 @@
|
||||
LaravelFCM\Sender\BaseSender
|
||||
===============
|
||||
|
||||
Class BaseSender
|
||||
|
||||
|
||||
|
||||
|
||||
* Class name: BaseSender
|
||||
* Namespace: LaravelFCM\Sender
|
||||
* This is an **abstract** class
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
|
||||
### $client
|
||||
|
||||
protected \Illuminate\Foundation\Application $client
|
||||
|
||||
Guzzle Client
|
||||
|
||||
|
||||
|
||||
* Visibility: **protected**
|
||||
|
||||
|
||||
### $config
|
||||
|
||||
protected array $config
|
||||
|
||||
configuration
|
||||
|
||||
|
||||
|
||||
* Visibility: **protected**
|
||||
|
||||
|
||||
### $url
|
||||
|
||||
protected mixed $url
|
||||
|
||||
url
|
||||
|
||||
|
||||
|
||||
* Visibility: **protected**
|
||||
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
|
||||
### __construct
|
||||
|
||||
mixed LaravelFCM\Sender\BaseSender::__construct()
|
||||
|
||||
BaseSender constructor.
|
||||
|
||||
|
||||
|
||||
* Visibility: **public**
|
||||
|
||||
|
||||
|
||||
|
||||
### getUrl
|
||||
|
||||
string LaravelFCM\Sender\BaseSender::getUrl()
|
||||
|
||||
get the url
|
||||
|
||||
|
||||
|
||||
* Visibility: **protected**
|
||||
* This method is **abstract**.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user