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 a721f38 commit 26a235aCopy full SHA for 26a235a
composer.json
@@ -14,5 +14,12 @@
14
"email": "salem.cresswell@btinternet.com"
15
}
16
],
17
- "require": {}
+ "require": {},
18
+ "extra": {
19
+ "laravel": {
20
+ "aliases": {
21
+ "TypeScriptifyModel": "SalemC\\TypeScriptifyLaravelModels\\TypeScriptifyModel"
22
+ }
23
24
25
src/TypeScriptInterfaceGenerator.php src/TypeScriptifyModel.phpsrc/TypeScriptInterfaceGenerator.php renamed to src/TypeScriptifyModel.php
@@ -9,7 +9,7 @@
9
use Exception;
10
use stdClass;
11
12
-class TypeScriptInterfaceGenerator {
+class TypeScriptifyModel {
13
/**
* The fully qualified model name.
*
0 commit comments