mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
25463d66b1
commit
6187b8c1af
2 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,7 @@ class RunDomainRepair extends Command
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
ApacheBuild::dispatch(true);
|
||||
$apacheBuild = new ApacheBuild();
|
||||
$apacheBuild->handle();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -149,6 +149,8 @@ class HostingSubscriptionResource extends Resource
|
|||
// ->searchable()
|
||||
// ->sortable(),
|
||||
|
||||
Tables\Columns\TextColumn::make('created_at')
|
||||
|
||||
|
||||
])
|
||||
->defaultSort('id', 'desc')
|
||||
|
|
Loading…
Reference in a new issue