Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
fixed transport controller
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Apr 10, 2024
1 parent bdb82e0 commit 0abc96c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/TransportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ public function bulk(Request $request) {
default:
$msg = __('Unknown bulk action :' . $request->input('bulk'));
}
return redirect()->route('admin.customer.index')->with(['message' => $msg]);
return redirect()->route('admin.transport.index')->with(['message' => $msg]);
}
}
10 changes: 0 additions & 10 deletions app/Http/Controllers/TransportController.php

This file was deleted.

0 comments on commit 0abc96c

Please sign in to comment.