Completed
Push — main ( ba8c9e...528610 )
by ikechukwu
16s queued 14s
created
src/routes/api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 
6 6
 $authMiddleware = config('requiredpin.auth_middleware');
7 7
 
8
-Route::middleware('auth:'.$authMiddleware)->group(function () {
8
+Route::middleware('auth:'.$authMiddleware)->group(function() {
9 9
     Route::post('change/pin', [PinController::class, 'changePin'])
10 10
         ->name('changePin');
11 11
 
Please login to merge, or discard this patch.