| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function __construct(Client $google_client) |
||
| 15 | { |
||
| 16 | $this->client = $google_client->client(); |
||
| 17 | $this->drive = $google_client->drive($this->client); |
||
| 18 | $this->refresh_token = config('dbbackup.storage.disk.googledrive.refresh_token'); |
||
| 19 | $this->folder_id = config('dbbackup.storage.disk.googledrive.backup_folder_id'); |
||
| 20 | } |
||
| 21 | |||
| 46 |