initial commit
This commit is contained in:
commit
0db3e92ee6
59 changed files with 3384 additions and 0 deletions
14
src/DomainObjects/ValueObjects/URL.php
Normal file
14
src/DomainObjects/ValueObjects/URL.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace VeruA\DomainObjects\ValueObjects;
|
||||
|
||||
/**
|
||||
* An implementation of URL
|
||||
*/
|
||||
class URL extends Varchar
|
||||
{
|
||||
}
|
||||
|
||||
/* jEdit buffer local properties {{{
|
||||
* :folding=explicit:collapseFolds=1:
|
||||
}}}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue