You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ $this->app->extend(Interface::class, function ($service, $app) {
70
70
# Documentation
71
71
**Docs for version 5 (comming soon)**
72
72
73
-
Note : When you create service the default used api template,in api template use setter getter data inside service for how to use you can look in file Service Api (extend) inside service file, if you need blank template when create service, you need add argument --blank, ex : php artisan make:service User --blank.
73
+
Note : When you create service the default used api template,in api template use setter getter data inside service for how to use you can look in src/Traits/ResultService.php, if you need blank template when create service, you need add argument --blank, ex : php artisan make:service User --blank.
0 commit comments