Skip to content

Commit

Permalink
fix edit problem error
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Feb 7, 2023
1 parent b09bfb1 commit 6b3a5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace TomatoPHP\TomatoAdmin\Http\Controllers;

use App\Http\Controllers\Controller;
use breeze\stubs\default\app\Http\Requests\ProfileUpdateRequest;
use App\Http\Requests\ProfileUpdateRequest;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
Expand Down

0 comments on commit 6b3a5ae

Please sign in to comment.