add section taxonomy

This commit is contained in:
xiaomlove
2022-09-07 17:10:52 +08:00
parent 45f467cc75
commit 0b45b1d05f
22 changed files with 484 additions and 4 deletions
@@ -22,6 +22,11 @@ class CreateSection extends CreateRecord
}
}
}
return array_filter($data);
return $data;
}
protected function getRedirectUrl(): string
{
return static::$resource::getUrl('index');
}
}