Skip to content

Commit 782bb84

Browse files
authored
Update delete function
1 parent 4f20191 commit 782bb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Endpoints/Block.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function update(BlockEntity $block): BlockEntity
146146
*
147147
* @throws HandlingException
148148
*/
149-
public function delete(BlockEntity $block)
149+
public function deleteBlock()
150150
{
151151

152152
$response = $this->delete(

0 commit comments

Comments
 (0)