diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-17 00:29:19 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-17 00:29:19 +0900 |
| commit | e5378514d6fa924bcbc116cc2d955939a09d3aa0 (patch) | |
| tree | 4750ba52d8d313924923ce6ba1dd2e1fb6f8f03b | |
| parent | fb8f2b5b9516e5ee2b9677a06c52d80d669ae801 (diff) | |
| download | nsfisis.dev-e5378514d6fa924bcbc116cc2d955939a09d3aa0.tar.gz nsfisis.dev-e5378514d6fa924bcbc116cc2d955939a09d3aa0.tar.zst nsfisis.dev-e5378514d6fa924bcbc116cc2d955939a09d3aa0.zip | |
fix(about): fix date of php conference odawara 2026
| -rw-r--r-- | services/nuldoc/content/about/staff.toml | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/about/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/services/nuldoc/content/about/staff.toml b/services/nuldoc/content/about/staff.toml index 94c7b782..792e0856 100644 --- a/services/nuldoc/content/about/staff.toml +++ b/services/nuldoc/content/about/staff.toml @@ -44,7 +44,7 @@ event = "PHPerKaigi 2026" role = "コアスタッフ" [[staff]] -date = "2025-04-11" +date = "2026-04-11" event = "PHP カンファレンス小田原 2026" role = "コアスタッフ" diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html index b385242a..379e6c23 100644 --- a/services/nuldoc/public/about/index.html +++ b/services/nuldoc/public/about/index.html @@ -156,6 +156,9 @@ 2026-10-03: PHP カンファレンス愛媛 2026 (コアスタッフ) </li> <li> + 2026-04-11: PHP カンファレンス小田原 2026 (コアスタッフ) + </li> + <li> 2026-03-20〜2026-03-22: PHPerKaigi 2026 (コアスタッフ) </li> <li> @@ -165,9 +168,6 @@ 2025-04-12: PHP カンファレンス小田原 2025 (コアスタッフ) </li> <li> - 2025-04-11: PHP カンファレンス小田原 2026 (コアスタッフ) - </li> - <li> 2025-03-21〜2025-03-23: PHPerKaigi 2025 (コアスタッフ) </li> <li> |
