mirror of
https://codeberg.org/vlw/scaffold.git
synced 2026-01-11 22:16:00 +01:00
refactor: move License class into helpers namespace
This commit is contained in:
parent
6a64106023
commit
96e0493f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace vlw\Scaffold;
|
||||
namespace vlw\Scaffold\Helpers;
|
||||
|
||||
class License {
|
||||
public const MAGNET_END = PHP_EOL . "// @license-end";
|
||||
Loading…
Add table
Reference in a new issue