mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add section taxonomy
This commit is contained in:
@@ -29,6 +29,11 @@ class EditSection extends EditRecord
|
||||
}
|
||||
}
|
||||
}
|
||||
return array_filter($data);
|
||||
return $data;
|
||||
}
|
||||
|
||||
protected function getRedirectUrl(): ?string
|
||||
{
|
||||
return static::$resource::getUrl('index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user