@@ -3,7 +3,7 @@ |
||
3 | 3 | use Illuminate\Support\Facades\Route; |
4 | 4 | use Ikechukwukalu\Requirepin\Controllers\PinController; |
5 | 5 | |
6 | -Route::middleware(config('requirepin.auth_middleware_guard', 'auth'))->group(function () { |
|
6 | +Route::middleware(config('requirepin.auth_middleware_guard', 'auth'))->group(function() { |
|
7 | 7 | Route::post('change/pin', [PinController::class, 'changePin']) |
8 | 8 | ->name('changePinWeb'); |
9 | 9 |