mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update ManageHostingSubscriptionFileManager.php
This commit is contained in:
parent
f2750e7f91
commit
3b5c3abc62
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class ManageHostingSubscriptionFileManager extends ViewRecord implements HasTabl
|
|||
]);
|
||||
|
||||
return $table
|
||||
->deferLoading()
|
||||
// ->deferLoading()
|
||||
->heading($this->disk .'/'. $this->path ?: 'Root')
|
||||
->query(
|
||||
FileItem::queryForDiskAndPath($this->disk, $this->path)
|
||||
|
|
Loading…
Reference in a new issue