mirror of
https://codeberg.org/vlw/scaffold.git
synced 2026-01-12 06:26:01 +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
|
<?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";
|
||||||
Loading…
Add table
Reference in a new issue