Skip to content

Commit bbe37cd

Browse files
committed
first commit
1 parent 0d4f8ef commit bbe37cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ class ExampleSimpleInterfaceTemplate implements InterfaceSimpleTemplateInterface
3737
{
3838
return [
3939
'directory' => app_path() . '/Test',
40-
'interface_name' => 'asdasdasd',
41-
'namespace' => 'sfsd',
40+
'interface_name' => 'ExampleInterface',
41+
'namespace' => 'App\Example',
4242
'functions' => [
43-
'public function store(StorePurchaseOrderRequest $request)',
44-
'public function getPurchaseOrders()'
43+
'public function get()',
44+
'public function update()'
4545
]
46-
4746
];
4847
}
4948
}

0 commit comments

Comments
 (0)