Skip to content

Commit 88f258d

Browse files
committed
Removed Mapper folder from directory hierarchy.
Moved DataType into Mapper namespace.
1 parent 4f7ec80 commit 88f258d

29 files changed

Lines changed: 5 additions & 5 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"ScriptFUSION\\": "src"
22+
"ScriptFUSION\\Mapper\\": "src"
2323
}
2424
},
2525
"autoload-dev": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DataType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace ScriptFUSION;
2+
namespace ScriptFUSION\Mapper;
33

44
use Eloquent\Enumeration\AbstractEnumeration;
55

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)