Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 545a954

Browse files
committed
add missing connect
1 parent 2122250 commit 545a954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NativeShare.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public function rmdir($path) {
149149
* @throws \Icewind\SMB\Exception\InvalidTypeException
150150
*/
151151
public function del($path) {
152+
$this->connect();
152153
return $this->state->unlink($this->buildUrl($path));
153154
}
154155

0 commit comments

Comments
 (0)