mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +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
|
return $table
|
||||||
->deferLoading()
|
// ->deferLoading()
|
||||||
->heading($this->disk .'/'. $this->path ?: 'Root')
|
->heading($this->disk .'/'. $this->path ?: 'Root')
|
||||||
->query(
|
->query(
|
||||||
FileItem::queryForDiskAndPath($this->disk, $this->path)
|
FileItem::queryForDiskAndPath($this->disk, $this->path)
|
||||||
|
|
Loading…
Reference in a new issue