mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-10 15:30:25 -04:00
Merge branch 'master' into php8
This commit is contained in:
commit
46c0fc851c
44 changed files with 1062 additions and 642 deletions
|
@ -39,7 +39,7 @@ class ControllerWithGcsTest extends ControllerTest
|
|||
'bucket' => self::$_bucket->name(),
|
||||
'prefix' => 'pastes',
|
||||
);
|
||||
$this->_data = GoogleCloudStorage::getInstance($this->_options);
|
||||
$this->_data = new GoogleCloudStorage($this->_options);
|
||||
ServerSalt::setStore($this->_data);
|
||||
TrafficLimiter::setStore($this->_data);
|
||||
$this->reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue