Skip to content

Commit

Permalink
feat: Fractal facade proxy with a better name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Jun 3, 2024
1 parent 60e6f00 commit 2d28200
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Facades/Response.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace Apiato\Core\Facades;

use Spatie\Fractal\Facades\Fractal;

class Response extends Fractal
{
}

0 comments on commit 2d28200

Please sign in to comment.