You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error on request, tried to install EventDispatcher separately, but did not help.
My code;
`protected $client;
public function __construct()
{
$this->client = new Client();
$this->client->authenticate(getenv('TRELLO_API_KEY'), getenv('TRELLO_TOKEN'),Client::AUTH_URL_CLIENT_ID);
}
public function createCard(Task $task): array
{
$this->client->api('members')->boards()->all('me');
dd( 1);
}`
The text was updated successfully, but these errors were encountered:
Error on request, tried to install EventDispatcher separately, but did not help.
My code;
`protected $client;
The text was updated successfully, but these errors were encountered: