alegag

Results 1 issues of alegag

Calling the class with parameter `name` don't seems to apply it to Trello. ```php $Trello = new Trello([ 'identifier' => c('TRELLO_KEY'), 'secret' => c('TRELLO_SECRET'), 'callback_uri' => Http::url(), 'name' => c('APP_NAME'),...