Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jan 21, 2025
1 parent 4f03061 commit 73e43fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ transform([

transform([
line('function (User $user) use ($request) {', 3) => line('function ($user) use ($request) {', 3),
line('use Workbench\App\Models\User;') => '',
], static fn ($changes) => $files->replaceInFile(array_keys($changes), array_values($changes), "{$workingPath}/src/Http/Controllers/Auth/NewPasswordController.php"));

transform([
Expand Down
1 change: 0 additions & 1 deletion src/Http/Controllers/Auth/NewPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Illuminate\Validation\Rules;
use Illuminate\View\View;
use Orchestra\Workbench\Http\Controllers\Controller;
use Workbench\App\Models\User;

class NewPasswordController extends Controller
{
Expand Down

0 comments on commit 73e43fc

Please sign in to comment.