Skip to content

Commit

Permalink
Merge pull request #171 from RonasIT/167-implement-base-resource-class
Browse files Browse the repository at this point in the history
#167: Implement BaseResource class
  • Loading branch information
DenTray authored Dec 23, 2024
2 parents dca711f + 19a786b commit 338a948
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/BaseResource.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace RonasIT\Support;

use Illuminate\Http\Resources\Json\JsonResource;

class BaseResource extends JsonResource
{
public static $wrap = null;
}

0 comments on commit 338a948

Please sign in to comment.