Skip to content

Commit

Permalink
fix(controllers): JsonResponse resource loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalealvarezs committed Aug 26, 2022
1 parent 1e39d9d commit 48ce885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/Config/PbLocaleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

use App\Http\Controllers\Controller;

use Illuminate\Http\JsonResponse;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;

Expand Down
1 change: 1 addition & 0 deletions src/Controllers/File/PbFileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Anibalealvarezs\Projectbuilder\Utilities\PbUtilities;
use Anibalealvarezs\Projectbuilder\Utilities\PbCache;
use App\Http\Requests;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Http\RedirectResponse;
Expand Down

0 comments on commit 48ce885

Please sign in to comment.