This commit is contained in:
hackerESQ
2025-01-23 22:47:16 -06:00
parent 1cad9b83fb
commit b3f0f89d16
21 changed files with 401 additions and 22 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Http\Resources\Json\JsonResource;
class AppServiceProvider extends ServiceProvider
{
@@ -22,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
//
JsonResource::withoutWrapping();
}
}