We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4f8ef commit bbe37cdCopy full SHA for bbe37cd
readme.md
@@ -37,13 +37,12 @@ class ExampleSimpleInterfaceTemplate implements InterfaceSimpleTemplateInterface
37
{
38
return [
39
'directory' => app_path() . '/Test',
40
- 'interface_name' => 'asdasdasd',
41
- 'namespace' => 'sfsd',
+ 'interface_name' => 'ExampleInterface',
+ 'namespace' => 'App\Example',
42
'functions' => [
43
- 'public function store(StorePurchaseOrderRequest $request)',
44
- 'public function getPurchaseOrders()'
+ 'public function get()',
+ 'public function update()'
45
]
46
-
47
];
48
}
49
0 commit comments