mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-04 12:34:29 -04:00
add missing method added upstream
This commit is contained in:
parent
cfb609814a
commit
50a695b609
1 changed files with 5 additions and 0 deletions
|
@ -823,6 +823,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
|
|||
throw new BadMethodCallException('not supported by this stub');
|
||||
}
|
||||
|
||||
public function moveObject(array $args = array())
|
||||
{
|
||||
throw new BadMethodCallException('not supported by this stub');
|
||||
}
|
||||
|
||||
public function composeObject(array $args = array())
|
||||
{
|
||||
throw new BadMethodCallException('not supported by this stub');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue