Exemplo n.º 1
0
 public function __construct(IStorage $storage)
 {
     $this->storage = $storage;
     $this->dropbox = new \Dropbox\Client($this->storage->get('accessToken'), 'Texist');
 }