| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | protected function initializeLarupload(): void |
||
| 20 | { |
||
| 21 | $this->hideLaruploadColumns = config('larupload.hide-table-columns'); |
||
| 22 | |||
| 23 | $this->attachments = $this->attachments(); |
||
| 24 | $table = $this->getTable(); |
||
|
|
|||
| 25 | |||
| 26 | foreach ($this->attachments as $attachment) { |
||
| 27 | $attachment->folder($table); |
||
| 28 | } |
||
| 47 |