Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'Symfony \ Component \ EventDispatcher \ Event' not found #87

Open
Skreiphoff opened this issue Jul 23, 2021 · 1 comment
Open

Comments

@Skreiphoff
Copy link

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);
}`
@lbattaglioli2000
Copy link

I'm having the same issue. Any luck??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants