From 4f4191c6587028854bd480a6689cc909458fa16c Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 25 Jan 2026 10:14:16 +0100 Subject: [PATCH] fix: restore main Scaffold class namespace (#20) https://codeberg.org/vlw/scaffold/src/commit/a77c0ac6a36e9142aa0437ad502d1df03ec250da/composer.json#L15 Follow-up PR from #18. Apparently we can't put things in the root namespace because of this. Maybe we can investigate this more but for now we have to keep the main Scaffold class under the original namespace `vlw\Scaffold\Scaffold` Reviewed-on: https://codeberg.org/vlw/scaffold/pulls/20 --- src/Scaffold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scaffold.php b/src/Scaffold.php index 58c7d7f..0e4415d 100644 --- a/src/Scaffold.php +++ b/src/Scaffold.php @@ -1,6 +1,6 @@