We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1882 commit 44fa721Copy full SHA for 44fa721
src/Transformer.php
@@ -0,0 +1,23 @@
1
+<?php
2
+/**
3
+ * @link https://github.com/phpviet/laravel-number-to-words
4
+ *
5
+ * @copyright (c) PHP Viet
6
+ * @license [MIT](https://opensource.org/licenses/MIT)
7
+ */
8
+
9
+namespace PHPViet\Laravel\NumberToWords;
10
11
+use Illuminate\Support\Traits\Macroable;
12
+use PHPViet\NumberToWords\Transformer as BaseTransformer;
13
14
15
+ * @author Vuong Minh <[email protected]>
16
+ * @since 1.0.0
17
18
+class Transformer extends BaseTransformer
19
+{
20
21
+ use Macroable;
22
23
+}
0 commit comments