Skip to content

Commit 7170bff

Browse files
committed
fix: whatsapp auth routes function naming
1 parent ac0ad43 commit 7170bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Actions/WhatsApp/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
use BitCode\FI\Actions\WhatsApp\WhatsAppController;
88
use BitCode\FI\Core\Util\Route;
99

10-
Route::post('whats_app_authorization', [WhatsAppController::class, 'Authorization']);
10+
Route::post('whats_app_authorization', [WhatsAppController::class, 'authorization']);
1111
Route::post('whats_app_all_template', [WhatsAppController::class, 'getAllTemplate']);

0 commit comments

Comments
 (0)