Skip to content

Commit 4abae5a

Browse files
authored
Update TraitDtos.php
1 parent 266212d commit 4abae5a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/Dtos/TraitDtos.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515

1616
namespace Spotlibs\PhpLib\Dtos;
1717

18+
/**
19+
* TraitDtos
20+
*
21+
* @category Library
22+
* @package Dtos
23+
* @author Made Mas Adi Winata <m45adiwinata@gmail.com>
24+
* @license https://mit-license.org/ MIT License
25+
* @link https://github.com/spotlibs
26+
*/
1827
trait TraitDtos
1928
{
2029
public function __construct(array $data = []) {
@@ -40,4 +49,4 @@ public function toJson()
4049
$data = $this->toArray();
4150
return json_encode($data);
4251
}
43-
}
52+
}

0 commit comments

Comments
 (0)