Skip to content

Commit 7dabc98

Browse files
committed
this is never used anywhere
1 parent dbb6965 commit 7dabc98

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/DropboxFilesystem.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@ class DropboxFilesystem extends Filesystem
2222
* @var string
2323
*/
2424
public $token;
25-
/**
26-
* @var string
27-
*/
28-
public $app;
25+
2926
/**
3027
* @var string|null
3128
*/
32-
public $prefix;
29+
public $prefix = '';
3330

3431
/**
3532
* @inheritdoc
@@ -40,10 +37,6 @@ public function init()
4037
throw new InvalidConfigException('The "token" property must be set.');
4138
}
4239

43-
if ($this->app === null) {
44-
throw new InvalidConfigException('The "app" property must be set.');
45-
}
46-
4740
parent::init();
4841
}
4942

0 commit comments

Comments
 (0)