mirror of
https://codeberg.org/vlw/scaffold.git
synced 2026-02-26 11:31:57 +01:00
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:
parent
a77c0ac6a3
commit
4f4191c658
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace vlw;
|
namespace vlw\Scaffold;
|
||||||
|
|
||||||
use VV;
|
use VV;
|
||||||
use Reflect\Path;
|
use Reflect\Path;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue