Skip to content

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

@Skreiphoff

Description

@Skreiphoff

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);
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions