mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Extract share interface
This commit is contained in:
parent
eca03d1b88
commit
cc376a4b31
3 changed files with 104 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Icewind\SMB;
|
||||
|
||||
class Share {
|
||||
class Share implements IShare {
|
||||
/**
|
||||
* @var Server $server
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue