mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-14 11:52:58 +09:00
Update to laravel 7
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class AbstractProjectApi extends AbstractApi
|
||||
*
|
||||
* @see https://developer.github.com/v3/repos/projects/#projects
|
||||
*
|
||||
* @return self
|
||||
* @return $this
|
||||
*/
|
||||
public function configure()
|
||||
{
|
||||
@@ -40,6 +40,6 @@ abstract class AbstractProjectApi extends AbstractApi
|
||||
|
||||
public function columns()
|
||||
{
|
||||
return new Columns($this->client);
|
||||
return new Columns($this->getClient());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ class Cards extends AbstractApi
|
||||
*
|
||||
* @see https://developer.github.com/v3/repos/projects/#projects
|
||||
*
|
||||
* @return self
|
||||
* @return $this
|
||||
*/
|
||||
public function configure()
|
||||
{
|
||||
|
||||
@@ -68,6 +68,6 @@ class Columns extends AbstractApi
|
||||
|
||||
public function cards()
|
||||
{
|
||||
return new Cards($this->client);
|
||||
return new Cards($this->getClient());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user