feat: manage vault in api (monicahq/chandler#313)

This commit is contained in:
Mazarin
2022-12-01 21:19:50 -05:00
committed by GitHub
parent 4fab9bd846
commit 5ccfdd3a92
20 changed files with 479 additions and 42 deletions
+3
View File
@@ -5,6 +5,9 @@ namespace App\Http\Resources;
use App\Helpers\DateHelper;
use Illuminate\Http\Resources\Json\JsonResource;
/**
* @mixin \App\Models\User
*/
class UserResource extends JsonResource
{
/**