fix: restore main Scaffold class namespace (#20)

a77c0ac6a3/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
This commit is contained in:
Victor Westerlund 2026-01-25 10:14:16 +01:00
parent a77c0ac6a3
commit 4f4191c658

View file

@ -1,6 +1,6 @@
<?php
namespace vlw;
namespace vlw\Scaffold;
use VV;
use Reflect\Path;