Skip to content

Commit 95a5ecd

Browse files
add Invitation feature.
1 parent 3d947e2 commit 95a5ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Laravel/Providers/TokensValidationProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ private function publishConfig(): void
4646
$providerPath = __DIR__.'/../Providers/TokensValidationProvider.php';
4747
$publishPath2 = app_path('Providers/TokensValidationProvider.php');
4848
$this->publishes([$providerPath => $publishPath2], 'config');
49-
$controllerPath = __DIR__.'/../Providers/InvitationAnswererController.php';
50-
$publishPath3 = app_path('Providers/TokensValidationProvider.php');
49+
$controllerPath = __DIR__.'/../Http/Controllers/InvitationAnswererController.php';
50+
$publishPath3 = app_path('Http/Controllers/InvitationAnswererController.php');
5151
$this->publishes([$controllerPath => $publishPath3], 'controllers');
5252
}
5353
}

0 commit comments

Comments
 (0)