refactor: move License class into helpers namespace

This commit is contained in:
Victor Westerlund 2025-11-30 15:28:24 +01:00
parent 6a64106023
commit 96e0493f3e
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -1,6 +1,6 @@
<?php <?php
namespace vlw\Scaffold; namespace vlw\Scaffold\Helpers;
class License { class License {
public const MAGNET_END = PHP_EOL . "// @license-end"; public const MAGNET_END = PHP_EOL . "// @license-end";