add crud api global setting and make global api response and handle response web and api on bootstrap app
This commit is contained in:
@@ -15,6 +15,7 @@ class GlobalSettingResource extends JsonResource
|
||||
public function toArray(Request $request): array
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'key' => $this->key,
|
||||
'value' => $this->value,
|
||||
'type' => $this->type,
|
||||
|
||||
Reference in New Issue
Block a user