Skip to content

Commit

Permalink
namespace typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Jan 27, 2025
1 parent 5b9f26e commit 97ca638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Controllers/AssignVendorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Fintech\Remit\Http\Controllers;

use App\Http\Controllers\Controller;
use Exception;
use Fintech\Core\Exceptions\UpdateOperationException;
use Fintech\Remit\Exceptions\AlreadyAssignedException;
Expand All @@ -16,6 +15,7 @@
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;

class AssignVendorController extends Controller
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Fintech\Remit\Http\Controllers\Charts;

use App\Http\Controllers\Controller;
use Fintech\Remit\Http\Resources\Charts\WithdrawPartnerSummaryCollection;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;

class WithdrawPartnerSummaryController extends Controller
{
Expand Down

0 comments on commit 97ca638

Please sign in to comment.