asCreatingAShareWith has no return
This commit is contained in:
parent
9be7f4d19d
commit
985b11876f
|
@ -58,7 +58,7 @@ trait Sharing{
|
|||
* @param \Behat\Gherkin\Node\TableNode|null $body
|
||||
*/
|
||||
public function creatingShare($body) {
|
||||
return $this->asCreatingAShareWith($this->currentUser, $body);
|
||||
$this->asCreatingAShareWith($this->currentUser, $body);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue