Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGABAIT93 committed Jan 19, 2023
1 parent b673590 commit b928d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
},
"extra": {
"laravel": {
"providers": [
"Gigabait\\PteroApi\\PteroApiServiceProvider"
],
"aliases": {
"PteroApi": "Gigabait\\PteroApi\\PteroApi"
}
Expand Down
8 changes: 7 additions & 1 deletion src/PteroApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ class PteroAPI

public $network;

public function __construct($api_key, $base_url, $api_type = 'application')
/**
* Summary of __construct
* @param string $api_key
* @param string $base_url
* @param string $api_type
*/
public function __construct(string $api_key, string $base_url, string $api_type = 'application')
{

$this->api = $api_key;
Expand Down
22 changes: 0 additions & 22 deletions src/PteroApiServiceProvider.php

This file was deleted.

0 comments on commit b928d8e

Please sign in to comment.