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.
2 parents fe1b918 + 9807851 commit 4e1f1ddCopy full SHA for 4e1f1dd
1 file changed
app/Http/Resources/PolicyResource.php
@@ -12,6 +12,8 @@ class PolicyResource extends JsonResource {
12
*
13
* @return array<string, mixed>
14
*/
15
+ public static $wrap = null;
16
+
17
public function toArray(Request $request): array {
18
return [
19
'metadata' => [
0 commit comments