Skip to content

Commit b82a20c

Browse files
authored
[3.0.2] Added setDataDir
1 parent 559f6c4 commit b82a20c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ if (!$manager->hasAllBroadcast()) echo "No all Broadcast to delete";
132132
print_r($manager->progress());
133133
```
134134

135+
Set data dir:
136+
137+
```php
138+
BroadcastManager::setDataDir(__DIR__ . '/data');
139+
```
140+
135141
---
136142

137143
## 🧹 Delete Last Broadcast

0 commit comments

Comments
 (0)