@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use Balloon\Filesystem\Exception; |
| 18 | 18 | use Balloon\Filesystem\Storage; |
| 19 | 19 | use Balloon\Hook; |
| 20 | -use Balloon\Server\User; |
|
| 21 | 20 | use Generator; |
| 22 | 21 | use MongoDB\BSON\ObjectId; |
| 23 | 22 | use MongoDB\BSON\Regex; |
@@ -502,7 +502,7 @@ |
||
| 502 | 502 | $this->increaseVersion(); |
| 503 | 503 | |
| 504 | 504 | $this->addVersion($attributes) |
| 505 | - ->postPutFile(); |
|
| 505 | + ->postPutFile(); |
|
| 506 | 506 | |
| 507 | 507 | return $this->version; |
| 508 | 508 | } |
@@ -367,7 +367,7 @@ |
||
| 367 | 367 | |
| 368 | 368 | throw new Exception\InsufficientStorage( |
| 369 | 369 | 'user quota is full', |
| 370 | - Exception\InsufficientStorage::USER_QUOTA_FULL |
|
| 370 | + Exception\InsufficientStorage::USER_QUOTA_FULL |
|
| 371 | 371 | ); |
| 372 | 372 | } |
| 373 | 373 | |